summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-18 12:59:12 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-18 12:59:12 +0200
commit2b7dd211a912a3e8bff463f77fa71a91aa8bed15 (patch)
treedd01101dbf5f99191d58d27704571dd36936f5d0 /travis
parent3c44e29cfd8765d28678fb8b0277c58110516325 (diff)
parent05c2e87e84f2e3f3aa67f4ad3fb4d5c1d4f0071e (diff)
downloadphp-git-2b7dd211a912a3e8bff463f77fa71a91aa8bed15.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 33cc3e3578..5e38138aa4 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -73,7 +73,7 @@ $TS \
--with-enchant=/usr \
--with-kerberos \
--enable-sysvmsg \
---enable-zend-test \
+--enable-zend-test=shared \
> "$CONFIG_LOG_FILE"
make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE"