[前][次][番号順一覧][スレッド一覧]

ruby-changes:24861

From: shyouhei <ko1@a...>
Date: Wed, 5 Sep 2012 16:00:47 +0900 (JST)
Subject: [ruby-changes:24861] shyouhei:r36912 (trunk): * .travis.yml (notifications): [experimental] update notification template.

shyouhei	2012-09-05 16:00:36 +0900 (Wed, 05 Sep 2012)

  New Revision: 36912

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36912

  Log:
    * .travis.yml (notifications): [experimental] update notification template.

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36911)
+++ ChangeLog	(revision 36912)
@@ -1,3 +1,7 @@
+Wed Sep  5 15:51:52 2012  URABE Shyouhei  <shyouhei@r...>
+
+	* .travis.yml (notifications): [experimental] update notification template.
+
 Wed Sep  5 15:21:12 2012  NARUSE, Yui  <naruse@r...>
 
 	* parse.y (rb_warn4): added as a rb_warn variant to warn with explicit
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 36911)
+++ .travis.yml	(revision 36912)
@@ -58,6 +58,8 @@
       - "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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]