diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-12-26 09:18:35 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-12-26 09:18:35 +0100 |
commit | 96b3e969ecf73ded912d186c7003a75f48841be8 (patch) | |
tree | b4c562621eeed6806bbb6858635e8dd86f27d997 /travis.sh | |
parent | 22ce45998c5aade093111d42893f8fa071dae96a (diff) | |
download | sonarqube-96b3e969ecf73ded912d186c7003a75f48841be8.tar.gz sonarqube-96b3e969ecf73ded912d186c7003a75f48841be8.zip |
remove use of old Github plugin
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 10 |
1 files changed, 0 insertions, 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 \ |