changed .travis.yml

This commit is contained in:
hyunghwan.chung 2018-05-28 10:37:01 +00:00
parent 6080b4e003
commit dd9069150b

View File

@ -1,27 +1,18 @@
language: c language: c
sudo: false sudo: false
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
matrix: matrix:
include:
- compiler: gcc
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2"
include:
- compiler: gcc
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: linux
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --enable-static-module --enable-unicode=yes:2"
include:
- compiler: clang
os: osx
env: OPTIONS="--enable-static --disable-shared --enable-dynamic-module --disable-static-module --enable-unicode=yes:2 --disable-mod-x11 --disable-mod-ffi"
include: include:
- compiler: clang - compiler: clang
os: osx os: osx