summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-03 07:41:18 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-03 07:41:18 +0000
commitbb9fface13e2bbf12ec77f1093c121f86878d5e5 (patch)
treea69151a55c291521f1bd4dcb15f38349a51b3544 /.travis.yml
parente07bdafbf4c3ef5e96ab026490302a2dd090572e (diff)
* .travis.yml (notifications): [experimental] IRC notificatoins.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 991bfcad76..e5c96ca95d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,11 @@ branches:
only:
- trunk
- ruby_1_9_3
+
+notifications:
+ irc:
+ channels:
+ - "irc.freenode.org#ruby-core"
+ - "irc.freenode.org#ruby-ja"
+ on_success: change # [always|never|change] # default: always
+ on_failure: change # [always|never|change] # default: always