Skip to content

Commit 40ba51a

Browse files
committed
Try a different deployment condition
The previous one was a verbatim copy-paste of what TravisCI's Support suggested to me, but sadly it didn't work. See https://travis-ci.org/MongoEngine/mongoengine/jobs/544655132. That build should've triggered a deployment. This time I'm trying a different syntax, primarily influenced by https://docs.travis-ci.com/user/conditions-v1#boolean-operators.
1 parent d20430a commit 40ba51a

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
@@ -95,5 +95,5 @@ deploy:
9595
on:
9696
tags: true
9797
repo: MongoEngine/mongoengine
98-
condition: ($PYMONGO = 3.x) AND ($MONGODB = 3.4)
98+
condition: $PYMONGO = 3.x AND $MONGODB = 3.4
9999
python: 2.7

0 commit comments

Comments
 (0)