We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f0436 commit 6034619Copy full SHA for 6034619
1 file changed
.travis.yml
@@ -29,8 +29,9 @@ matrix:
29
- jdk: openjdk-ea
30
env: JACOCO_SKIP=true
31
32
+# --no-transfer-progress requires Maven 3.6.1+. Otherwise use --batch-mode
33
script:
- - mvn
34
+ - mvn --no-transfer-progress
35
36
after_success:
- - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
37
+ - mvn --no-transfer-progress clean cobertura:cobertura coveralls:report -Ptravis-cobertura
0 commit comments