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 0ea3e28 commit eac84b2Copy full SHA for eac84b2
.travis.yml
@@ -12,7 +12,7 @@ cache:
12
install: true
13
14
script:
15
- - travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
+ - travis_wait 30 ./mvnw clean install -q -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
16
17
after_success:
18
- bash <(curl -s https://codecov.io/bash)
0 commit comments