re-setup irc notification

This commit is contained in:
Shuhei Tanuma 2012-07-07 13:31:30 +09:00
parent caa4c88463
commit 09f9b4ff89

View File

@ -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