From bac57da65f5a8ab30cf44d9bfaf9c92df75f3538 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 30 Nov 2015 09:22:38 +0100 Subject: [PATCH] Temporarily disable coverage per test during PR analysis --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5