Skip to content

Commit

Permalink
Travis: fetch Git tags before running code scans
Browse files Browse the repository at this point in the history
This allows builds to start faster but still has the full
history available for code analysis
  • Loading branch information
acdha committed Mar 20, 2019
1 parent c9a0686 commit 6a5947b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -39,6 +39,7 @@ script:
- git diff --name-only $TRAVIS_COMMIT_RANGE | xargs pre-commit run --files
- pipenv run safety check
after_success:
- git fetch --unshallow --tags
- pipenv run coverage xml
- sonar-scanner
- coveralls

0 comments on commit 6a5947b

Please sign in to comment.