Skip to content

Commit

Permalink
Only deploy master branch now that travis bug is fixed.
Browse files Browse the repository at this point in the history
This travis-ci/travis-ci#1675 is now closed,
but I don't know of a good way to test this.
  • Loading branch information
zackdever committed Mar 15, 2016
1 parent 3d80a79 commit e7547db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e7547db

Please sign in to comment.