From: Simon Brandhof Date: Sun, 24 Jul 2016 16:55:53 +0000 (+0200) Subject: Temporarily disable analysis as JS analyser fails X-Git-Tag: 6.1-RC1~523 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=784b8e543c4236d0df5e416013d1559140b3f0d1;p=sonarqube.git Temporarily disable analysis as JS analyser fails --- 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 \