From: Simon Brandhof Date: Mon, 30 Nov 2015 08:22:38 +0000 (+0100) Subject: Temporarily disable coverage per test during PR analysis X-Git-Tag: 5.3-RC1~136 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bac57da65f5a8ab30cf44d9bfaf9c92df75f3538;p=sonarqube.git Temporarily disable coverage per test during PR analysis --- diff --git a/travis.sh b/travis.sh index a7c429b2803..160bf5f714a 100755 --- 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