ruby-changes:24554
From: shyouhei <ko1@a...>
Date: Fri, 3 Aug 2012 16:41:31 +0900 (JST)
Subject: [ruby-changes:24554] shyouhei:r36605 (trunk): * .travis.yml (notifications): [experimental] IRC notificatoins.
shyouhei 2012-08-03 16:41:18 +0900 (Fri, 03 Aug 2012) New Revision: 36605 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36605 Log: * .travis.yml (notifications): [experimental] IRC notificatoins. Modified files: trunk/.travis.yml trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 36604) +++ ChangeLog (revision 36605) @@ -1,3 +1,7 @@ +Fri Aug 3 16:40:01 2012 URABE Shyouhei <shyouhei@r...> + + * .travis.yml (notifications): [experimental] IRC notificatoins. + Thu Aug 2 20:32:29 2012 Shugo Maeda <shugo@r...> * eval.c (rb_mod_using): new method Module#using. [experimental] Index: .travis.yml =================================================================== --- .travis.yml (revision 36604) +++ .travis.yml (revision 36605) @@ -9,3 +9,11 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/