]> source.dussan.org Git - sonarqube.git/commitdiff
remove use of old Github plugin 2928/head
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 26 Dec 2017 08:18:35 +0000 (09:18 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 26 Dec 2017 08:18:35 +0000 (09:18 +0100)
travis.sh

index 58733b3f1a4b1d12e1b461fde7d487ec60f18785..974267e9bf7d66488407c86466fe326643688c30 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -178,16 +178,6 @@ BUILD)
         -Dsource.skip=true \
         -Pdeploy-sonarsource
 
-    # analysis to decorate GitHub pull request
-    # (need support of standard analysis mode in GH plugin)
-    mvn sonar:sonar \
-        -Dsonar.host.url=$SONAR_HOST_URL \
-        -Dsonar.login=$SONAR_TOKEN \
-        -Dsonar.analysis.mode=preview \
-        -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
-        -Dsonar.github.repository=$TRAVIS_REPO_SLUG \
-        -Dsonar.github.oauth=$GITHUB_TOKEN
-
     mvn sonar:sonar \
         -Dsonar.host.url=$SONAR_HOST_URL \
         -Dsonar.login=$SONAR_TOKEN \