aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh
index 6ac9d81517f..c79a76e1b3b 100755
--- a/travis.sh
+++ b/travis.sh
@@ -53,8 +53,7 @@ CI)
# For this reason errors are ignored with "|| true"
git fetch --unshallow || true
- #mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar \
- mvn deploy \
+ mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar \
$MAVEN_OPTIONS \
-Pdeploy-sonarsource \
-Dsonar.host.url=$SONAR_HOST_URL \