From aee2e2a1235bafa4756012b9fd61bb4dd80711bd Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 8 Feb 2020 14:06:01 -0800 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4753a731..11e99836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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