From 973e2b6a75f57043ad47f66430aef2f0ab8c3e64 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 29 Jan 2016 21:55:14 +0100 Subject: Reduce volume of logs on Travis --- travis.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'travis.sh') 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 \ -- cgit v1.2.3