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