summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 0017026c1b..03d8ac6c1e 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -76,7 +76,7 @@ $TS \
--with-xpm-dir=/usr \
--with-kerberos \
--enable-sysvmsg \
---enable-zend-test \
+--enable-zend-test=shared \
> "$CONFIG_LOG_FILE"
make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"