Skip to content

Commit

Permalink
Tries to fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed May 6, 2022
1 parent 086b514 commit 9873a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ global:
matrix:
include:
- jdk: oraclejdk8
env: STRUTS_IT=true # do integration tests and coverage reports when jdk7,9 and 11 tests prospered
env: STRUTS_IT=true # do integration tests and coverage reports when jdk 9 and 11 tests prospered

script:
- if [ "$STRUTS_IT" == "true" ]; then
./mvnw clean package verify org.jacoco:jacoco-maven-plugin:report org.jacoco:jacoco-maven-plugin:report-integration org.eluder.coveralls:coveralls-maven-plugin:report -Ptravis-coveralls -DskipAssembly -B;
else
./mvnw test -DskipAssembly -B;
./mvnw clean package test -DskipAssembly -B;
fi;

cache:
Expand Down

0 comments on commit 9873a7f

Please sign in to comment.