From 659ab97f69a4c8533649cc53ed2397d4c5061648 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Sat, 2 Jan 2021 08:49:46 -0500 Subject: [PATCH] Try increasing sonar scanner heap size in travis builds --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d5b4051fc..f9229f1faf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- GitLab