mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Updated Travis configuration to work with --with-uv[=DIR]
This commit is contained in:
parent
90f12cb77f
commit
3beb67167f
10
.travis.yml
10
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user