add update-ref master to merge-development-with-master script

This commit is contained in:
Sebastian McKenzie 2015-06-26 19:48:48 +01:00
parent 95128f98bc
commit 5e3ea5b6e7

View File

@ -5,6 +5,7 @@ if [ "$TRAVIS_BRANCH" != "development" ]; then
exit 0;
fi
git update-ref HEAD master
git checkout master
git merge "${TRAVIS_COMMIT}"
git push "https://${GH_TOKEN}@github.com/babel/babel"