travis: ignore errors when committing

This commit is contained in:
Timothy Gu 2015-07-08 14:55:31 +08:00
parent 452229c72f
commit 9600687e0a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ script:
- git config credential.helper "store --file=.git/credentials"
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
- git remote set-url origin 'https://github.com/mxe/mxe.git'
- git commit -a -m 'Update versions.json'
- git commit -a -m 'Update versions.json' || true
- git push origin HEAD:master
- git push origin HEAD:gh-pages