aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-24 18:55:53 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-24 18:55:53 +0200
commit784b8e543c4236d0df5e416013d1559140b3f0d1 (patch)
tree1e624c7ae0786ebad6f0914f71667824c33f6908 /travis.sh
parentbb7e02cf8ab80d2671df8ce2aa55761d460f54f1 (diff)
downloadsonarqube-784b8e543c4236d0df5e416013d1559140b3f0d1.tar.gz
sonarqube-784b8e543c4236d0df5e416013d1559140b3f0d1.zip
Temporarily disable analysis as JS analyser fails
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 684e73b03c5..4af83f56364 100755
--- a/travis.sh
+++ b/travis.sh
@@ -31,7 +31,8 @@ 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 org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar \
+ mvn deploy \
$MAVEN_OPTIONS \
-Pdeploy-sonarsource \
-Dsonar.host.url=$SONAR_HOST_URL \