]> source.dussan.org Git - sonarqube.git/commitdiff
Re-enable analysis on Travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Jul 2016 11:27:59 +0000 (13:27 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Jul 2016 11:27:59 +0000 (13:27 +0200)
JS plugin has been fixed

travis.sh

index 6ac9d81517f8f75795ada65638a9d9ac38649cea..c79a76e1b3b1a3d6fba70f7afa89247504684285 100755 (executable)
--- 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 \