aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-05 14:26:11 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-05 14:26:11 +0100
commita5b8494ecaa600826ee1148992c192c216e5a11e (patch)
tree9b69990d46f30756e7db420da2c5ae4388ff3bbb /travis.sh
parentd4a1f0b461243c0fc715dd7d87ff96fdc050d7cb (diff)
downloadsonarqube-a5b8494ecaa600826ee1148992c192c216e5a11e.tar.gz
sonarqube-a5b8494ecaa600826ee1148992c192c216e5a11e.zip
Fix analysis mode of pull request analysis on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 93c18600114..59af62537aa 100755
--- a/travis.sh
+++ b/travis.sh
@@ -55,7 +55,7 @@ PULL_REQUEST_ANALYSIS)
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -B -e -V -Panalysis \
-Dmaven.test.failure.ignore=true \
-Dclirr=true \
- -Dsonar.analysis.mode=preview \
+ -Dsonar.analysis.mode=issues \
-Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
-Dsonar.github.repository=$TRAVIS_REPO_SLUG \
-Dsonar.github.login=$SONAR_GITHUB_LOGIN \