From b3c60b27e7e5bbde92613ef9a78382d76b6090a1 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 5 Sep 2012 07:00:36 +0000 Subject: [PATCH] * .travis.yml (notifications): [experimental] update notification template. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 ++ ChangeLog | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a3e3b180d..582835a594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,8 @@ notifications: - "irc.freenode.org#ruby-ja" on_success: change # [always|never|change] # default: always on_failure: change # [always|never|change] # default: always + template: + - "%{message} by @%{author}: See %{build_url}" # Local Variables: # mode: YAML diff --git a/ChangeLog b/ChangeLog index 431da630a3..327e98ab3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 5 15:51:52 2012 URABE Shyouhei + + * .travis.yml (notifications): [experimental] update notification template. + Wed Sep 5 15:21:12 2012 NARUSE, Yui * parse.y (rb_warn4): added as a rb_warn variant to warn with explicit