Skip to content

Commit

Permalink
fine tune deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
splashx committed Oct 22, 2019
1 parent eaa1b21 commit d5d3a74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ after_script:
jobs:
include:
- stage: deploy
env: POWERDNS_VERSION=none
script: skip
install: skip
deploy:
provider: pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
if: tag =~ ^[0-9]+\.[0-9]+\.[0-9]+ # match semver
on:
tags: true

after_success:
- coveralls

0 comments on commit d5d3a74

Please sign in to comment.