From 7929f8307891682f750f0afe5e2cc78394055da5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 7 May 2019 14:32:06 +0200 Subject: Add --with-ffi on Travis --- travis/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis/compile.sh') diff --git a/travis/compile.sh b/travis/compile.sh index 0884eb36cf..4f5b88e386 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -73,6 +73,7 @@ $TS \ --with-enchant=/usr \ --with-kerberos \ --enable-sysvmsg \ +--with-ffi \ --enable-zend-test=shared \ --enable-werror \ > "$CONFIG_LOG_FILE" -- cgit v1.2.1