[ops] use build stages in travis (#3810)

This commit is contained in:
Florent Vilmart
2017-05-12 22:24:37 -04:00
committed by Florent Vilmart
parent 88de01f3d8
commit 391ac97494
3 changed files with 64 additions and 148 deletions

View File

@@ -30,4 +30,4 @@ git config user.name "Travis CI"
git config user.email "github@fb.com"
git add .
git commit -m "Deploy master to LATEST branch"
git push --force --quiet "https://${GH_TOKEN}@github.com/parseplatform/parse-server.git" master:latest
git push --force --quiet "https://${GH_TOKEN}@github.com/parse-community/parse-server.git" master:latest