From 784b8e543c4236d0df5e416013d1559140b3f0d1 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 24 Jul 2016 18:55:53 +0200 Subject: [PATCH] Temporarily disable analysis as JS analyser fails --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5