Make Travis CI build build-matrix.html

Fixes #1074.
This commit is contained in:
Timothy Gu 2015-12-16 23:04:15 -08:00 committed by Tony Theodore
parent cc04ec0f94
commit abda01129c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ language: c
sudo: false
script:
- make versions.json
- make build-matrix.html versions.json
- if [ "$GH_TOKEN" != "" ]; then ./tools/travis-push.sh; fi
env:

View File

@ -8,6 +8,6 @@ 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' || true
git commit -a -m 'Update versions.json & build-matrix.html' || true
git push origin HEAD:master
git push origin HEAD:gh-pages