From 81cd51af0bd00f8c090be004e7d22024601562c8 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 5 Jul 2015 18:21:40 -0700 Subject: Try to fix Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 40a097e..99e626d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,10 @@ script: after_success: - git config --global user.email 'mxebot@gmail.com' - git config --global user.name 'MXEBot as Travis CI' + - git config --global push.default simple - 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 push -- cgit v0.12