Skip to content

Commit d3743a0

Browse files
committed
Merge pull request dpkp#599 from zackdever/travis-master-deploy
Only deploy master branch now that travis bug is fixed.
2 parents 584e5ec + e7547db commit d3743a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ deploy:
4141
secure: TIZNKxktOm42/LHLDCuKuPqmAfYKekyHL4MqEFpnqDI5T5sHzG9IQaOwppYfQNggHiILUBzk1j6w/FPJunJyd62AFtydkKtIccqENIIAio78afeCRMQDynstNXjDefmt0s90xLGSlLzDMxCEWB4F6frEtPl/8KpNSFB2fvj+HXY=
4242
on:
4343
tags: true
44-
all_branches: true
45-
# TODO replace all_branches with "branch: master" after https://github.com/travis-ci/travis-ci/issues/1675 is fixed
46-
# branch: master
44+
branch: master
4745

4846
script:
4947
- tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`

0 commit comments

Comments
 (0)