From 05a4487d22f1c7469c9ad9e5de644a3f2b36116d Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 May 2018 10:38:42 +0000 Subject: [PATCH] simplified .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 479acdc..2889025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file