mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Update Travis to enable http parser
This commit is contained in:
parent
89d25e6c14
commit
c8aae4227b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user