Skip to content

Commit 463da58

Browse files
committed
final (hopefully) deployment tweak
1 parent b5a2fed commit 463da58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ deploy:
5858
# create a source distribution and a pure python wheel for faster installs
5959
distributions: "sdist bdist_wheel"
6060

61-
# only deploy on tagged commits (aka GitHub releases) on the master branch
62-
# and only for the builds running Python 2.7 along with dev MongoEngine (we
63-
# run Travis against many different Python and MongoEngine versions and we
64-
# don't want the deploy to occur multiple times).
61+
# only deploy on tagged commits (aka GitHub releases) and only for the
62+
# builds running Python 2.7 along with dev MongoEngine (we run Travis
63+
# against many different Python and MongoEngine versions and we don't want
64+
# the deploy to occur multiple times).
6565
on:
66-
branch: master
66+
all_branches: true
6767
tags: true
6868
condition: "$MONGOENGINE = dev"
6969
python: 2.7

0 commit comments

Comments
 (0)