Skip to content

Commit

Permalink
Don't re-run tests on deployment (#839)
Browse files Browse the repository at this point in the history
By the time we get to the deployment step, we've already run these tests
dozens of times. We don't need to run them yet again at deploy time.
  • Loading branch information
wren committed Apr 10, 2020
1 parent 4190494 commit db6b0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
- poetry version "$TRAVIS_TAG"
- echo __version__ = \"$TRAVIS_TAG\" > jrnl/__version__.py
- poetry build
script:
- echo "Deployment starting..."
deploy:
- provider: script
script: poetry publish
Expand Down

0 comments on commit db6b0aa

Please sign in to comment.