summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-03-11 00:33:32 +0100
committerJoe Watkins <krakjoe@php.net>2017-03-12 18:58:50 +0000
commitb3ca0c25003e5e9279159aa2e6460b25908332c4 (patch)
treeb47666ad94b030fe31820d3e4f325788f5ae1a5f /travis
parentea91c082328c6f93f20a078896c16c2051061f47 (diff)
downloadphp-git-b3ca0c25003e5e9279159aa2e6460b25908332c4.tar.gz
zend-test extension to house code that is required for testing internal APIs, but that we would not want to expose for regular builds
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh3
1 files changed, 2 insertions, 1 deletions
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