Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Travis CI build build-matrix.html
Fixes #1074.
  • Loading branch information
TimothyGu authored and tonytheodore committed Jan 3, 2016
1 parent cc04ec0 commit abda011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-push.sh
Expand Up @@ -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

0 comments on commit abda011

Please sign in to comment.