Skip to content

Commit

Permalink
Maven build generates too much output for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Oct 7, 2017
1 parent 8a982de commit 14b1885
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 @@ -4,7 +4,7 @@ jdk:
install: "/bin/true"
script:
- mvn clean install
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" clean install; else mvn clean install; fi
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" clean install -q; else mvn clean install -q; fi
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 14b1885

Please sign in to comment.