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 90f12cb commit 3beb671Copy full SHA for 3beb671
.travis.yml
@@ -1,13 +1,13 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
+ - 5.6
7
8
before_script:
9
- - sudo apt-get install libuv-devel
10
- - phpize && ./configure && make && sudo make install
+ - 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
11
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
12
13
notifications:
0 commit comments