From ef84d35ad884f3ac707d93580b83ffd13370eb91 Mon Sep 17 00:00:00 2001 From: tomverin Date: Wed, 21 Oct 2015 08:56:19 +0200 Subject: Update pull request analysis start --- travis.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index a088cd267a8..6b95be9b3f9 100755 --- a/travis.sh +++ b/travis.sh @@ -42,8 +42,10 @@ set +eu PRANALYSIS) if [ -n "$SONAR_GITHUB_OAUTH" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "Start pullrequest analysis" - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -B -e -V -Dmaven.test.failure.ignore=true -Dclirr=true \ - -Dsonar.analysis.mode=incremental \ + 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.github.pullRequest=$TRAVIS_PULL_REQUEST \ -Dsonar.github.repository=$SONAR_GITHUB_REPOSITORY \ -Dsonar.github.login=$SONAR_GITHUB_LOGIN \ -- cgit v1.2.3