enable irc notification (travis)

This commit is contained in:
Shuhei Tanuma 2012-07-02 23:18:22 +09:00
parent d3d245d4fc
commit 3f206eb58b

View File

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