diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-25 13:27:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-25 13:27:59 +0200 |
commit | 7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c (patch) | |
tree | a0acbc004dac2e384d9c9e017e85c3b6af6ea0e2 /travis.sh | |
parent | 1b0fbc7fafb246f10dc21868cfaa259a2bb393d2 (diff) | |
download | sonarqube-7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c.tar.gz sonarqube-7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c.zip |
Re-enable analysis on Travis
JS plugin has been fixed
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
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 \ |