diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2020-03-05 09:37:56 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-03-05 20:04:25 +0000 |
commit | 4e276405988f4f25d1365a8592d81de24890e604 (patch) | |
tree | 0c9161cb5f55e28a11638acc6e66cdc9f9894380 /travis.sh | |
parent | 9f508440e1c6efd780cda1e92daa23df5aa89db6 (diff) | |
download | sonarqube-4e276405988f4f25d1365a8592d81de24890e604.tar.gz sonarqube-4e276405988f4f25d1365a8592d81de24890e604.zip |
increase analysis log level
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |