From 9600687e0ab47ebaf5a5f5210d481d6157805e1c Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 8 Jul 2015 14:55:31 +0800 Subject: [PATCH] travis: ignore errors when committing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f8e4edb..50f05cd4 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