Skip to content

Commit

Permalink
Run builds on all push to allow building on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 10, 2016
1 parent 05e30a3 commit 2816c8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ script:
after_script:
- codecov

# Only run test when committing to master branch.
branches:
only:
- master
- \d+\.\d+\.\d+

# Do an automatic PyPi release when a tag is created.
# http://docs.travis-ci.com/user/deployment/pypi/
# Make sure builds are triggered for any push so that the tag push will also
# trigger a build.
deploy:
provider: pypi
# twistedchecker-robot is associated with adi.roiban email address from
Expand Down

0 comments on commit 2816c8a

Please sign in to comment.