diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-05 11:40:57 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-05 11:40:57 +0100 |
commit | 58709fb2390f83a4b57a2c37a88744a66dcced30 (patch) | |
tree | 4c97db1e249ade63c5f362fdcbb2e773fa55870f | |
parent | e10c6ffc024ab79b1c188378726bb5da60ee2fec (diff) | |
download | sonarqube-58709fb2390f83a4b57a2c37a88744a66dcced30.tar.gz sonarqube-58709fb2390f83a4b57a2c37a88744a66dcced30.zip |
Fix JaCoCo config for analysis of PR on Travis
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |