simplified .travis.yml

This commit is contained in:
hyunghwan.chung 2018-05-28 10:38:42 +00:00
parent dd9069150b
commit 05a4487d22

View File

@ -14,8 +14,8 @@ env:
matrix:
include:
- compiler: clang
os: osx
- os: osx
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