ext-uv/.travis.yml

20 lines
462 B
YAML
Raw Normal View History

2012-06-25 00:40:57 +02:00
language: php
php:
- 5.6
2012-06-25 00:40:57 +02:00
before_script:
- sudo apt-add-repository -y ppa:linuxjedi/ppa
- sudo apt-get update
- sudo apt-get -y install libuv-dev
2014-08-21 12:00:16 +02:00
- phpize && ./configure --with-uv --enable-httpparser && make && sudo make install
2012-07-07 06:31:30 +02:00
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2012-07-02 16:18:22 +02:00
2012-07-07 16:16:15 +02:00
notifications:
email: false
irc:
channels:
- "irc.freenode.org#php-uv"
skip_join: true
use_notice: true