Don't re-run tests on deployment (#839)

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.
This commit is contained in:
Jonathan Wren 2020-02-08 18:33:28 -08:00 committed by GitHub
parent b2eab4bad3
commit 7f1f878a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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