From: Nikita Popov Date: Tue, 7 May 2019 12:32:06 +0000 (+0200) Subject: Add --with-ffi on Travis X-Git-Tag: php-7.4.0alpha1~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7929f8307891682f750f0afe5e2cc78394055da5;p=php Add --with-ffi on Travis --- 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"