]> source.dussan.org Git - sonarqube.git/commitdiff
increase analysis log level
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 5 Mar 2020 08:37:56 +0000 (09:37 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 5 Mar 2020 20:04:25 +0000 (20:04 +0000)
travis.sh

index 2f443dcafac11df93c60182da073e51475b79616..b6e9e369dfe54a9dca33f34c4d822c1e6e518956 100755 (executable)
--- 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 \