Skip to content

Commit

Permalink
Remove condition on deploy stages
Browse files Browse the repository at this point in the history
  • Loading branch information
kressi committed Dec 12, 2019
1 parent 538f743 commit 0986023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ matrix:
- &stage_deploy
stage: deploy test
python: '3.8'
if: branch = develop
install: skip
script: skip
after_success: true # step before deploy must not be skipped for deploy to executed
Expand All @@ -55,7 +54,6 @@ matrix:

- <<: *stage_deploy
stage: deploy
if: branch = master
deploy:
provider: pypi
user: kressi
Expand Down

0 comments on commit 0986023

Please sign in to comment.