Skip to content

Commit 5c91877

Browse files
committed
Fix the Travis deployment condition
See #2104 for details. For now I'm hardcoding `$MONGODB = 3.4.17` just to get a release out there, but we should probably use the globals going forward. Will do that in a follow-up commit once I get the `travis-conditions` gem up and running and hence can test `.travis.yml` changes without deploying.
1 parent b1002dd commit 5c91877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ deploy:
102102
on:
103103
tags: true
104104
repo: MongoEngine/mongoengine
105-
condition: ($PYMONGO = 3.x) && ($MONGODB = 3.4)
105+
condition: ($PYMONGO = 3.x) && ($MONGODB = 3.4.17)
106106
python: 2.7

0 commit comments

Comments
 (0)