* .travis.yml (notifications): [experimental] IRC notificatoins.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e07bdafbf4
commit
bb9fface13
@ -9,3 +9,11 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- trunk
|
- trunk
|
||||||
- ruby_1_9_3
|
- 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
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Fri Aug 3 16:40:01 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||||
|
|
||||||
|
* .travis.yml (notifications): [experimental] IRC notificatoins.
|
||||||
|
|
||||||
Thu Aug 2 20:32:29 2012 Shugo Maeda <shugo@ruby-lang.org>
|
Thu Aug 2 20:32:29 2012 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* eval.c (rb_mod_using): new method Module#using. [experimental]
|
* eval.c (rb_mod_using): new method Module#using. [experimental]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user