Skip to content

Commit

Permalink
added --info for pull request to debug messages from sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
moaxcp committed Feb 3, 2017
1 parent 6f13c3a commit c93676a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit c93676a

Please sign in to comment.