aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-05 07:00:36 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-05 07:00:36 +0000
commitb3c60b27e7e5bbde92613ef9a78382d76b6090a1 (patch)
treec495bc3a4a5d7c5d61aa0366adf5d76abc2f398e /.travis.yml
parent406f6a23d5f2f5bb8a454038b3e2100a9da44a5b (diff)
downloadruby-b3c60b27e7e5bbde92613ef9a78382d76b6090a1.tar.gz
* .travis.yml (notifications): [experimental] update notification template.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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