Skip to content

Commit 8a6baed

Browse files
committed
Update .travis.yml
1 parent 1eab9f5 commit 8a6baed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
matrix:
88
- MONGODB_VERSION=2.6.11
99
- MONGODB_VERSION=3.0.8
10+
- DEPLOY=1
1011
branches:
1112
only:
1213
- master
@@ -24,5 +25,5 @@ deploy:
2425
on:
2526
tags: true
2627
all_branches: true
27-
condition: "$MONGODB_VERSION = '3.0.8'"
28+
condition: "$DEPLOY = '1'"
2829
repo: ParsePlatform/parse-server

0 commit comments

Comments
 (0)