Skip to content

Commit

Permalink
add more exts for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Jul 6, 2014
1 parent 715aea4 commit 7bb86f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion travis/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7bb86f8

Please sign in to comment.