From 117168aac4c06d407ddea2309fecf1fd9b79b451 Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Mon, 29 Aug 2016 16:54:09 -0400 Subject: [PATCH] update PR analysis mode https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/zLhxT7PygVI/eq2G9U0KAgAJ --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5