diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-07-08 06:52:27 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-07-08 06:52:27 (GMT) |
commit | 452229c72f608cf088068b05e07a51b41dd596f6 (patch) | |
tree | ea272379cbb390b7ac1322e131c283fe8dc5a85c | |
parent | 87189dff1e8d4c400e38ac5ecb27fefe8b95b3c4 (diff) | |
download | mxe-452229c72f608cf088068b05e07a51b41dd596f6.zip mxe-452229c72f608cf088068b05e07a51b41dd596f6.tar.gz mxe-452229c72f608cf088068b05e07a51b41dd596f6.tar.bz2 |
travis: push to gh-pages as well as master
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e3e6c5d..8f8e4ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ sudo: false script: - make versions.json - -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 @@ -13,6 +11,7 @@ after_success: - git remote set-url origin 'https://github.com/mxe/mxe.git' - git commit -a -m 'Update versions.json' - git push origin HEAD:master + - git push origin HEAD:gh-pages env: global: |