From: Simon Brandhof Date: Fri, 5 Feb 2016 10:40:57 +0000 (+0100) Subject: Fix JaCoCo config for analysis of PR on Travis X-Git-Tag: 5.4-M13~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58709fb2390f83a4b57a2c37a88744a66dcced30;p=sonarqube.git Fix JaCoCo config for analysis of PR on Travis --- diff --git a/travis.sh b/travis.sh index 589ecff7c84..0e294ae62b2 100755 --- a/travis.sh +++ b/travis.sh @@ -34,8 +34,8 @@ CI) # No need for Maven phase "install" as the generated JAR file does not need to be installed # in Maven local repository. Phase "verify" is enough. + export MAVEN_OPTS="-Xmx1G -Xms128m" mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar \ - -Pcoverage-per-test \ -Dclirr=true \ -Dsonar.analysis.mode=issues \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \