summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-12-17 07:04:15 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-03 09:29:54 (GMT)
commitabda01129c156b1a921d1a658a6d523cd2df3111 (patch)
tree4e8d3464d1bb37eba07704aca635c1cc5e8d261c /.travis.yml
parentcc04ec0f94294a9bae134ea1e0f4d4d76a877a7a (diff)
downloadmxe-abda01129c156b1a921d1a658a6d523cd2df3111.zip
mxe-abda01129c156b1a921d1a658a6d523cd2df3111.tar.gz
mxe-abda01129c156b1a921d1a658a6d523cd2df3111.tar.bz2
Make Travis CI build build-matrix.html
Fixes #1074.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d6024c3..d6c9eea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: