Don't re-run tests on deployment

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 14:06:01 -08:00
parent 40b330e5ee
commit aee2e2a123
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -137,6 +137,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