From c93676aeabf77fcf96247b91be295a4f3cc30b26 Mon Sep 17 00:00:00 2001 From: John J Mercier Date: Thu, 2 Feb 2017 21:21:03 -0500 Subject: [PATCH] added --info for pull request to debug messages from sonar. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index aed7414..b193b4a 100755 --- a/travis.sh +++ b/travis.sh @@ -13,7 +13,7 @@ if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; th elif [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN:-}" ]; then echo "Build for internal pull request" - ./gradlew test --continue sonarqube \ + ./gradlew test --continue sonarqube --info \ -Dsonar.analysis.mode=preview \ -Dsonar.github.oauth=$GITHUB_TOKEN \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \