aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-25 13:27:59 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-25 13:27:59 +0200
commit7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c (patch)
treea0acbc004dac2e384d9c9e017e85c3b6af6ea0e2
parent1b0fbc7fafb246f10dc21868cfaa259a2bb393d2 (diff)
downloadsonarqube-7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c.tar.gz
sonarqube-7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c.zip
Re-enable analysis on Travis
JS plugin has been fixed
-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 \