ext-uv/.travis.yml

20 lines
374 B
YAML
Raw Normal View History

2012-06-25 00:40:57 +02:00
language: php
php:
- 5.3
- 5.4
2013-10-25 15:20:03 +02:00
- 5.5
2012-06-25 00:40:57 +02:00
before_script:
- sudo apt-get install libuv-devel
2012-07-07 06:31:30 +02:00
- phpize && ./configure && make && sudo make install
- 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