mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
enable irc notification (travis)
This commit is contained in:
parent
d3d245d4fc
commit
3f206eb58b
@ -7,4 +7,8 @@ php:
|
||||
before_script:
|
||||
- cd libuv && make -s && cd ..
|
||||
- phpize && ./configure && make && sudo make install
|
||||
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
|
||||
email: false
|
||||
irc:
|
||||
- "irc.freenode.net#php-uv"
|
Loading…
Reference in New Issue
Block a user