diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-29 21:55:14 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-29 21:55:14 +0100 |
commit | 973e2b6a75f57043ad47f66430aef2f0ab8c3e64 (patch) | |
tree | a29e0d4ed8d10edd0d6a90ad82985ad523e6f124 /travis.sh | |
parent | 3b6484007142120f313a008a9c3069e9f4f98f86 (diff) | |
download | sonarqube-973e2b6a75f57043ad47f66430aef2f0ab8c3e64.tar.gz sonarqube-973e2b6a75f57043ad47f66430aef2f0ab8c3e64.zip |
Reduce volume of logs on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index f5114aef97b..e4f87f24e34 100755 --- a/travis.sh +++ b/travis.sh @@ -25,7 +25,6 @@ CI) mvn deploy \ -Pdeploy-sonarsource \ - -Dmaven.test.redirectTestOutputToFile=false \ -B -e -V elif [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN-}" ]; then @@ -37,7 +36,6 @@ CI) mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar \ -Pcoverage-per-test \ -Dclirr=true \ - -Dmaven.test.redirectTestOutputToFile=false \ -Dsonar.analysis.mode=issues \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \ -Dsonar.github.repository=$TRAVIS_REPO_SLUG \ |