summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-07-05 18:09:26 -0700
committerStanislav Malyshev <stas@php.net>2014-07-05 19:59:26 -0700
commit7bb86f8a6bb1e779f4d2127df37c1b30c9482838 (patch)
tree4a397cb49bb0dcd6bf8780dc987075dcf4ba02c0 /travis/compile.sh
parent715aea43e46ac426d1dd33f229f5aad6f3f4dcf6 (diff)
downloadphp-git-7bb86f8a6bb1e779f4d2127df37c1b30c9482838.tar.gz
add more exts for Travis
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index babb945a04..52748c6db5 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -49,5 +49,12 @@ $TS \
--with-openssl \
--with-gmp \
--enable-bcmath \
---enable-phpdbg
+--enable-phpdbg \
+--enable-calendar \
+--enable-ftp \
+--with-pspell=/usr \
+--with-recode=/usr \
+--with-enchant=/usr \
+--enable-wddx \
+--enable-sysvmsg
make --quiet