diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-31 10:21:36 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-31 10:21:36 +0100 |
commit | 0744b45cea0624dc4fbe595df8416aa775a04554 (patch) | |
tree | b460422526cbc469012d84b815f9e4d92d9518cf /travis.sh | |
parent | ce76c679ecb75d10a9558457b64a141eb9a953ab (diff) | |
download | sonarqube-0744b45cea0624dc4fbe595df8416aa775a04554.tar.gz sonarqube-0744b45cea0624dc4fbe595df8416aa775a04554.zip |
Decrease amount of maven debug logs on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index b9e50e17454..14f8656094c 100755 --- a/travis.sh +++ b/travis.sh @@ -4,7 +4,7 @@ set -euo pipefail function configureTravis { mkdir ~/.local - curl -sSL https://github.com/SonarSource/travis-utils/tarball/v23 | tar zx --strip-components 1 -C ~/.local + curl -sSL https://github.com/SonarSource/travis-utils/tarball/master | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } configureTravis @@ -85,7 +85,7 @@ IT) else start_xvfb - mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -e -Dsource.skip=true + mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -B -V -e -Dsource.skip=true fi ;; |