summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-18 20:51:32 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-12-22 21:28:29 (GMT)
commit23c5e209d48e46f791b16e10ec0be7178d750ed2 (patch)
treee5634a26b2cd7785044426d895c35b05d56a12e5 /.travis.yml
parent74163f17940921a2ae0ebc95f4b0916cc5bd7f06 (diff)
downloadmxe-23c5e209d48e46f791b16e10ec0be7178d750ed2.zip
mxe-23c5e209d48e46f791b16e10ec0be7178d750ed2.tar.gz
mxe-23c5e209d48e46f791b16e10ec0be7178d750ed2.tar.bz2
add descriptions and websites to packages.json
See https://github.com/mxe/mxe/issues/1422
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 aa8b215..04e8192 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: c
sudo: false
script:
- - make docs/build-matrix.html docs/packages.json
+ - make docs/build-matrix.html docs/packages.json OS_SHORT_NAME=disable-native-plugins
- if [ "$GH_TOKEN" != "" ]; then ./tools/travis-push.sh; fi
- make download -j 6 -k MXE_PLUGIN_DIRS="$(./tools/plugins-with-additional-packages.sh)"