Skip to content

Commit

Permalink
Disable travis publish stage for untagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Dec 27, 2017
1 parent c85acee commit 9f14114
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- stage: publish
python: '3.6'
script: skip
env:
env:
deploy: &pypi
provider: pypi
user: cvijdea
Expand All @@ -67,4 +67,5 @@ jobs:

stages:
- test
- publish
- name: publish
if: tag IS present

0 comments on commit 9f14114

Please sign in to comment.