From 96b3e969ecf73ded912d186c7003a75f48841be8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Tue, 26 Dec 2017 09:18:35 +0100 Subject: [PATCH] remove use of old Github plugin --- travis.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/travis.sh b/travis.sh index 58733b3f1a4..974267e9bf7 100755 --- 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 \ -- 2.39.5