summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Dever <zdever@pandora.com>2016-03-14 17:53:03 -0700
committerZack Dever <zdever@pandora.com>2016-03-14 17:53:03 -0700
commite7547db049709a44a0aed9200a3dca43331511dc (patch)
tree7986249b81dba874ac57cf8568ccf009207066c7
parent3d80a798555bb2173e604b685ac57dcf4f51f4d4 (diff)
downloadkafka-python-e7547db049709a44a0aed9200a3dca43331511dc.tar.gz
Only deploy master branch now that travis bug is fixed.
This https://github.com/travis-ci/travis-ci/issues/1675 is now closed, but I don't know of a good way to test this.
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 60f0ca2..8bd1fcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,9 +41,7 @@ deploy:
secure: TIZNKxktOm42/LHLDCuKuPqmAfYKekyHL4MqEFpnqDI5T5sHzG9IQaOwppYfQNggHiILUBzk1j6w/FPJunJyd62AFtydkKtIccqENIIAio78afeCRMQDynstNXjDefmt0s90xLGSlLzDMxCEWB4F6frEtPl/8KpNSFB2fvj+HXY=
on:
tags: true
- all_branches: true
- # TODO replace all_branches with "branch: master" after https://github.com/travis-ci/travis-ci/issues/1675 is fixed
- # branch: master
+ branch: master
script:
- tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`