From 8a6baed7d5492ba24f5e8e8760905696eee218ed Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 8 Apr 2016 08:01:28 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c79fd16cf7..e7e4aa05016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: matrix: - MONGODB_VERSION=2.6.11 - MONGODB_VERSION=3.0.8 + - DEPLOY=1 branches: only: - master @@ -24,5 +25,5 @@ deploy: on: tags: true all_branches: true - condition: "$MONGODB_VERSION = '3.0.8'" + condition: "$DEPLOY = '1'" repo: ParsePlatform/parse-server