Try to fix Travis

This commit is contained in:
Timothy Gu 2015-07-05 18:21:40 -07:00
parent baa31e24d7
commit 81cd51af0b
1 changed files with 2 additions and 0 deletions

View File

@ -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