From 9849b523a2bcc018b84f5b11e0fb3e2bd5d3d13a Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 29 Jun 2015 11:24:01 +0200 Subject: Use incremental mode to do pull request analysis --- travis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index aaea11d3906..ee25f626d7a 100755 --- a/travis.sh +++ b/travis.sh @@ -36,10 +36,9 @@ PRANALYSIS) 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=preview \ + -Dsonar.analysis.mode=incremental \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \ -Dsonar.github.repository=$SONAR_GITHUB_REPOSITORY \ - -Dsonar.forceUpdate=true \ -Dsonar.github.login=$SONAR_GITHUB_LOGIN \ -Dsonar.github.oauth=$SONAR_GITHUB_OAUTH \ -Dsonar.host.url=$SONAR_HOST_URL \ -- cgit v1.2.3