From: G. Ann Campbell Date: Mon, 29 Aug 2016 20:54:09 +0000 (-0400) Subject: update PR analysis mode X-Git-Tag: 6.1-RC1~266 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=117168aac4c06d407ddea2309fecf1fd9b79b451;p=sonarqube.git update PR analysis mode https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/zLhxT7PygVI/eq2G9U0KAgAJ --- 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 \