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 14b1885 commit 6cb526a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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 -q; else mvn clean install -q; fi
- if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" clean install -q -Dlogging.config=$HOME/build/$TRAVIS_REPO_SLUG/webgoat-container/src/test/resources/logback-test.xml ; else mvn clean install -q -Dlogging.config=$HOME/build/$TRAVIS_REPO_SLUG/webgoat-container/src/test/resources/logback-test.xml ; fi
cache:
directories:
- $HOME/.m2
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions webgoat-container/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<configuration />

0 comments on commit 6cb526a

Please sign in to comment.