Updated Travis configuration to work with --with-uv[=DIR]

This commit is contained in:
Tjerk Meesters 2014-08-20 18:46:09 +08:00
parent 90f12cb77f
commit 3beb67167f

View File

@ -1,13 +1,13 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- sudo apt-get install libuv-devel
- 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
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
notifications: