forked from I2P_Developers/i2p.i2p
Try increasing sonar scanner heap size in travis builds
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user