From 93bf42f81310013436f2d5ef60b60d8714a32f5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Wed, 25 Mar 2020 15:58:49 +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 7c858ca5433..56e6158e5e8 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