summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2014-08-21 12:39:49 -0400
committerDavid Arthur <mumrah@gmail.com>2014-08-21 12:40:11 -0400
commit25fd3390ac5f096abb39f3e7a01a8ab640ce40fd (patch)
treed5c860d2d96e07b6f8a29ebf72d4f7a3336f6c12 /.travis.yml
parent1eed47c91c6985ab3923fa99a1a4baae4daf3e88 (diff)
downloadkafka-python-25fd3390ac5f096abb39f3e7a01a8ab640ce40fd.tar.gz
Tell Travis to build release-* branches as well as master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 22b03a3..23c0dcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,8 @@ install:
script:
- tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
+
+branches:
+ only:
+ - master
+ - /^release-.*$/