summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-06 01:21:40 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-06 01:21:40 (GMT)
commit81cd51af0bd00f8c090be004e7d22024601562c8 (patch)
tree66ba9c17fc229bab4ae0bd409974ca2ccf6a2a63 /.travis.yml
parentbaa31e24d74c9dcf219da1185a124565e72dbb13 (diff)
downloadmxe-81cd51af0bd00f8c090be004e7d22024601562c8.zip
mxe-81cd51af0bd00f8c090be004e7d22024601562c8.tar.gz
mxe-81cd51af0bd00f8c090be004e7d22024601562c8.tar.bz2
Try to fix Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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