From: Sébastien Lesaint Date: Thu, 5 Mar 2020 08:37:56 +0000 (+0100) Subject: increase analysis log level X-Git-Tag: 8.3.0.34182~166 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e276405988f4f25d1365a8592d81de24890e604;p=sonarqube.git increase analysis log level --- 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 \