Browse Source

SONAR-17711 drop sonar.pullrequest.provider in scanner properties

tags/10.0.0.68432
Benjamin Campomenosi 1 year ago
parent
commit
cedb903960
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      travis.sh

+ 0
- 1
travis.sh View File

@@ -71,7 +71,6 @@ if [[ -n "${NEXT_TOKEN-}" ]]; then
-Dsonar.pullrequest.branch="$GIT_BRANCH" \
-Dsonar.pullrequest.base="$PULL_REQUEST_BASE_BRANCH" \
-Dsonar.pullrequest.key="$PULL_REQUEST_NUMBER" \
-Dsonar.pullrequest.provider=github \
-Dsonar.pullrequest.github.repository="$TRAVIS_REPO_SLUG"
elif [ "${TRAVIS_BRANCH}" == "master" ]; then
echo '======= Analyze master'

Loading…
Cancel
Save