From 09f9b4ff89f1a92e100f585401ca87f5177e94c1 Mon Sep 17 00:00:00 2001 From: Shuhei Tanuma Date: Sat, 7 Jul 2012 13:31:30 +0900 Subject: [PATCH] re-setup irc notification --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 643ad18..c2e5d43 100644 --- a/.travis.yml +++ b/.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" \ No newline at end of file + channels: + - "irc.freenode.net#php-uv" + skip_join: true + use_notice: true