Skip to content

Commit

Permalink
Travis without output
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Nov 2, 2017
1 parent f91f777 commit a543dec
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 @@ -7,7 +7,7 @@ install: "/bin/true"
script:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, PR=$PR, BRANCH=$BRANCH"
- mvn clean install -q
- mvn clean install
cache:
directories:
- "$HOME/.m2"
Expand Down

0 comments on commit a543dec

Please sign in to comment.