summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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