aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
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 \