Skip to content

Commit

Permalink
Merge pull request #90 from cloudblue/Travis-Sonar-Fix
Browse files Browse the repository at this point in the history
Fixed travis for PR
  • Loading branch information
marcserrat committed Jan 10, 2020
2 parents 91c76e8 + 8b7383b commit 8285722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ script:
- flake8 connect
- pytest --cov-report=xml --cov=./connect
- sed -i "s/version='0.0.0'/version='${TRAVIS_TAG}'/g" setup.py
- sonar-scanner
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 8285722

Please sign in to comment.