Skip to content

Commit c8aae42

Browse files
committed
Update Travis to enable http parser
1 parent 89d25e6 commit c8aae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_script:
77
- sudo apt-add-repository -y ppa:linuxjedi/ppa
88
- sudo apt-get update
99
- sudo apt-get -y install libuv-dev
10-
- phpize && ./configure --with-uv && make && sudo make install
10+
- phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
1111
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1212

1313
notifications:

0 commit comments

Comments
 (0)