From 4e276405988f4f25d1365a8592d81de24890e604 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Thu, 5 Mar 2020 09:37:56 +0100 Subject: [PATCH] increase analysis log level --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 2f443dcafac..b6e9e369dfe 100755 --- a/travis.sh +++ b/travis.sh @@ -41,7 +41,7 @@ BUILD) # the '-' at the end is needed when using set -u (the 'nounset' flag) # see https://stackoverflow.com/a/9824943/641955 if [[ -n "${SONAR_TOKEN-}" ]]; then - ./gradlew jacocoTestReport sonarqube --no-daemon --console plain \ + ./gradlew jacocoTestReport sonarqube --info --no-daemon --console plain \ -Dsonar.projectKey=org.sonarsource.sonarqube:sonarqube \ -Dsonar.organization=sonarsource \ -Dsonar.host.url=https://sonarcloud.io \ -- 2.39.5