Skip to content

Commit

Permalink
Tell Travis to build release-* branches as well as master
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrah committed Aug 21, 2014
1 parent 1eed47c commit 25fd339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ install:

script:
- tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`

branches:
only:
- master
- /^release-.*$/

0 comments on commit 25fd339

Please sign in to comment.