I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 659ab97f authored by idk's avatar idk
Browse files

Try increasing sonar scanner heap size in travis builds

parent 963a4fe8
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,11 @@ cache:
- $HOME/.sonar/cache/
- .gradle
env:
- SONAR_SCANNER_OPTS="-Xmx2048m"
script:
- travis_wait 45 |
- |
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk11" ]; then
./gradlew sonarqube codeCoverageReport -Dsonar.verbose=true
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment