diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2016-08-29 16:54:09 -0400 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-30 12:44:20 +0200 |
commit | 117168aac4c06d407ddea2309fecf1fd9b79b451 (patch) | |
tree | f1d41ff1c35b765d8582f15818b278f15022cb66 /travis.sh | |
parent | 9d1e4480d844d40b09c0ddaaeef5f4ff7824e975 (diff) | |
download | sonarqube-117168aac4c06d407ddea2309fecf1fd9b79b451.tar.gz sonarqube-117168aac4c06d407ddea2309fecf1fd9b79b451.zip |
update PR analysis mode
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/zLhxT7PygVI/eq2G9U0KAgAJ
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 cd40c832ac1..8bac388b870 100755 --- a/travis.sh +++ b/travis.sh @@ -70,7 +70,7 @@ CI) $MAVEN_OPTIONS \ -Dsource.skip=true \ -Pdeploy-sonarsource \ - -Dsonar.analysis.mode=issues \ + -Dsonar.analysis.mode=preview \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \ -Dsonar.github.repository=$TRAVIS_REPO_SLUG \ -Dsonar.github.oauth=$GITHUB_TOKEN \ |