summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-08 06:55:31 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-08 06:55:31 (GMT)
commit9600687e0ab47ebaf5a5f5210d481d6157805e1c (patch)
tree3c57af629536dd509af796f9f1c030b33d82c81d
parent452229c72f608cf088068b05e07a51b41dd596f6 (diff)
downloadmxe-9600687e0ab47ebaf5a5f5210d481d6157805e1c.zip
mxe-9600687e0ab47ebaf5a5f5210d481d6157805e1c.tar.gz
mxe-9600687e0ab47ebaf5a5f5210d481d6157805e1c.tar.bz2
travis: ignore errors when committing
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f8e4ed..50f05cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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