Skip to content

Commit

Permalink
ci(sonar): disable branch.name
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswindle committed Feb 18, 2018
1 parent afca918 commit 7411db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ after_script:
- cat docs/reports/coverage/lcov.info | npx coveralls
# Send stats to SonarCloud for pull requests
- test $TRAVIS_PULL_REQUEST != false
&& sonar-scanner -Dproject.settings=./sonar-project.properties -Dsonar.branch=$TRAVIS_PULL_REQUEST_BRANCH -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.login=$SONAR_TOKEN -X
&& sonar-scanner -Dproject.settings=./sonar-project.properties -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.login=$SONAR_TOKEN -X

jobs:
include:
Expand Down

0 comments on commit 7411db8

Please sign in to comment.