Skip to content

Commit

Permalink
Merge pull request #1474 from goosemania/skip-steps-deploy-pypi
Browse files Browse the repository at this point in the history
Skip steps which are not needed for deploying to PyPI
  • Loading branch information
goosemania authored Oct 16, 2019
2 parents e1bf140 + 0e04a42 commit da2688f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ after_failure:
jobs:
include:
- stage: deploy-plugin-to-pypi
before_install: skip
install: skip
before_script: skip
script: bash .travis/publish_plugin_pypi.sh
if: tag IS present
- stage: publish-daily-client-gem
Expand Down

0 comments on commit da2688f

Please sign in to comment.