From: Simon Brandhof Date: Mon, 25 Jul 2016 11:27:59 +0000 (+0200) Subject: Re-enable analysis on Travis X-Git-Tag: 6.1-RC1~517 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c;p=sonarqube.git Re-enable analysis on Travis JS plugin has been fixed --- 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 \