Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Apr 8, 2016
1 parent 1eab9f5 commit 8a6baed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
matrix:
- MONGODB_VERSION=2.6.11
- MONGODB_VERSION=3.0.8
- DEPLOY=1
branches:
only:
- master
Expand All @@ -24,5 +25,5 @@ deploy:
on:
tags: true
all_branches: true
condition: "$MONGODB_VERSION = '3.0.8'"
condition: "$DEPLOY = '1'"
repo: ParsePlatform/parse-server

0 comments on commit 8a6baed

Please sign in to comment.