diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-05 14:26:11 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-05 14:26:11 +0100 |
commit | a5b8494ecaa600826ee1148992c192c216e5a11e (patch) | |
tree | 9b69990d46f30756e7db420da2c5ae4388ff3bbb /travis.sh | |
parent | d4a1f0b461243c0fc715dd7d87ff96fdc050d7cb (diff) | |
download | sonarqube-a5b8494ecaa600826ee1148992c192c216e5a11e.tar.gz sonarqube-a5b8494ecaa600826ee1148992c192c216e5a11e.zip |
Fix analysis mode of pull request analysis on Travis
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 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 \ |