Update Travis to enable http parser

This commit is contained in:
Tjerk Meesters 2014-08-21 18:00:16 +08:00
parent 89d25e6c14
commit c8aae4227b

View File

@ -7,7 +7,7 @@ before_script:
- sudo apt-add-repository -y ppa:linuxjedi/ppa
- sudo apt-get update
- sudo apt-get -y install libuv-dev
- phpize && ./configure --with-uv && make && sudo make install
- phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
notifications: