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

ruby-changes:47314

From: hsbt <ko1@a...>
Date: Thu, 27 Jul 2017 20:56:59 +0900 (JST)
Subject: [ruby-changes:47314] hsbt:r59429 (trunk): Update configuration for slack notification.

hsbt	2017-07-27 20:56:54 +0900 (Thu, 27 Jul 2017)

  New Revision: 59429

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59429

  Log:
    Update configuration for slack notification.
    
      * Encrypted slack token.
      * Only notify when build fails and it recovered.
      * Only notify trunk build without pull requests.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 59428)
+++ .travis.yml	(revision 59429)
@@ -86,7 +86,11 @@ notifications: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L86
     template:
       - "%{message} by @%{author}: See %{build_url}"
 
-  slack: ruby:69mfLJaJVptlspU8HTQv1DhM
+  slack:
+    secure: lbYVj0Th1AOxovf44zjMr7v6JgWVcsw4tmK3LhzbdpR6GnPHRkrFxDBykk+tE1346qJJ0YLlyFn3ib3Z4QyttIO00Sg6mqk8NGPjG7DrwUJ6o43Yd1ePZr80W+8Wz20/LVEOAhidJI3LANU2+bWa/VdcHtFT1/Cr+CMrdITD+tI=
+    on_pull_requests: false
+    on_success: change
+    on_failure: always
 
 # Local Variables:
 # mode: YAML

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

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