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