From e7547db049709a44a0aed9200a3dca43331511dc Mon Sep 17 00:00:00 2001 From: Zack Dever Date: Mon, 14 Mar 2016 17:53:03 -0700 Subject: [PATCH] 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. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 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`