From 7543c6b2d9e44f7055a2d378f9bbfc2a0fe5114c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 25 Jul 2016 13:27:59 +0200 Subject: [PATCH] Re-enable analysis on Travis JS plugin has been fixed --- travis.sh | 3 +-- 1 file changed, 1 insertion(+), 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 \ -- 2.39.5