added --disable-mod-x11 and --disable-mod-ffi to .travis.yml for osx

This commit is contained in:
hyunghwan.chung 2018-05-28 10:26:21 +00:00
parent 82cc050dd4
commit 6080b4e003

View File

@ -21,10 +21,10 @@ matrix:
include:
- compiler: clang
os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2"
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
include:
- compiler: clang
os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
script:
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make