From dd9069150be27991f152f53c568ff39c02f8106e Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 May 2018 10:37:01 +0000 Subject: [PATCH] changed .travis.yml --- .travis.yml | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc19beb..479acdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,27 +1,18 @@ language: c 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: - 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: - compiler: clang os: osx