mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
re-setup irc notification
This commit is contained in:
parent
caa4c88463
commit
09f9b4ff89
11
.travis.yml
11
.travis.yml
@ -5,10 +5,13 @@ php:
|
||||
- 5.4
|
||||
|
||||
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*||"`
|
||||
- cd libuv && make -s && cd ..
|
||||
- phpize && ./configure && make && sudo make install
|
||||
- echo "extension=uv.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
|
||||
email: false
|
||||
irc:
|
||||
- "irc.freenode.net#php-uv"
|
||||
channels:
|
||||
- "irc.freenode.net#php-uv"
|
||||
skip_join: true
|
||||
use_notice: true
|
||||
|
Loading…
Reference in New Issue
Block a user