add more exts for Travis

This commit is contained in:
Stanislav Malyshev 2014-07-05 18:09:26 -07:00
parent 715aea43e4
commit 7bb86f8a6b
2 changed files with 11 additions and 1 deletions

View File

@ -21,6 +21,9 @@ env:
- ENABLE_MAINTAINER_ZTS=0 ENABLE_DEBUG=0
- ENABLE_MAINTAINER_ZTS=1 ENABLE_DEBUG=1
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libenchant-dev libaspell-dev libpspell-dev librecode-dev
before_script:
# Compile PHP
- ./travis/compile.sh

View File

@ -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