Skip to content

Commit

Permalink
try to shorten maven output to make travis build pass (apache#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiwei30 authored Aug 1, 2019
1 parent c8dbd7d commit 65a0140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:
install: true

script:
- travis_wait 30 ./mvnw clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true
- travis_wait 30 ./mvnw --quiet clean install -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 65a0140

Please sign in to comment.