We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aae42 commit 8b5ffcfCopy full SHA for 8b5ffcf
.travis.yml
@@ -1,11 +1,13 @@
1
language: php
2
3
php:
4
+ - 5.4
5
+ - 5.5
6
- 5.6
7
8
before_script:
9
- sudo apt-add-repository -y ppa:linuxjedi/ppa
- - sudo apt-get update
10
+ - sudo apt-get update -qq
11
- sudo apt-get -y install libuv-dev
12
- phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
13
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
0 commit comments