]> source.dussan.org Git - sonarqube.git/commitdiff
Temporarily disable coverage per test during PR analysis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 30 Nov 2015 08:22:38 +0000 (09:22 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 30 Nov 2015 08:22:38 +0000 (09:22 +0100)
travis.sh

index a7c429b28035884228b49a620c3cadf819b9e393..160bf5f714a670fdff734e554dfa6335581db288 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -24,7 +24,7 @@ CI)
 
     strongEcho 'Build and analyze pull request'
     # this pull request must be built and analyzed (without upload of report)
-    mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test,analysis -Dclirr=true -B -e -V
+    mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify -Panalysis -Dclirr=true -B -e -V
 
     # Switch to java 8 as the Dory HTTPS certificate is not supported by Java 7
     export JAVA_HOME=/usr/lib/jvm/java-8-oracle