diff options
-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 \ |