Skip to content

Commit

Permalink
Remove tags option
Browse files Browse the repository at this point in the history
Remove tags option from travis.vml as it ignores the branch
  • Loading branch information
fxstein committed Sep 15, 2015
1 parent 7362c54 commit 3739d9a
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 @@ -25,12 +25,10 @@ deploy:
server: $pypi_test
on:
branch: deploy-test
tags: true
deploy:
provider: pypi
user: $pypi_user
password: $pypi_pass
server: $pypi
on:
branch: deploy
tags: true

0 comments on commit 3739d9a

Please sign in to comment.