From b3ca0c25003e5e9279159aa2e6460b25908332c4 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 11 Mar 2017 00:33:32 +0100 Subject: zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds --- travis/compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis/compile.sh') diff --git a/travis/compile.sh b/travis/compile.sh index 090cedae69..bd127e716d 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -58,6 +58,7 @@ $TS \ --with-freetype-dir=/usr \ --with-xpm-dir=/usr \ --with-kerberos \ ---enable-sysvmsg +--enable-sysvmsg \ +--enable-zend-test make -j2 --quiet make install -- cgit v1.2.1