simplified .travis.yml
This commit is contained in:
parent
dd9069150b
commit
05a4487d22
@ -14,8 +14,8 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
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"
|
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make
|
- touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make
|
Loading…
Reference in New Issue
Block a user