Skip to content

Commit

Permalink
Add quiet mode for Maven build since Dubbo 2.6.7 (#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz authored and chickenlj committed Jul 12, 2019
1 parent 0ea3e28 commit eac84b2
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 clean install -q -DskipTests=false -Dcheckstyle.skip=false -Drat.skip=false -Dmaven.javadoc.skip=true

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

0 comments on commit eac84b2

Please sign in to comment.