Skip to content

Commit

Permalink
Do not execute Sonar on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Mar 2, 2019
1 parent b51d5a0 commit 4889baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,4 +36,4 @@ script:
- npm run build
# - npm run test-acceptance
- npm run coveralls
- sonar-scanner
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'

0 comments on commit 4889baa

Please sign in to comment.