attempt to fix master fetching for automatic travis merge

This commit is contained in:
Sebastian McKenzie 2015-06-26 23:58:57 +01:00
parent 34218afdae
commit 7f06bb79c0

View File

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