aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-26 06:06:33 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-26 06:06:33 +0000
commitb7dbd3e842beda8629ce6581f750dc5f50641db1 (patch)
treed6726aca66263d3c2d762eff40ae06cf9cf72b6d /.travis.yml
parent3bdc50e81bdc935257dce87b8f37d38fb954ac05 (diff)
downloadruby-b7dbd3e842beda8629ce6581f750dc5f50641db1.tar.gz
To use slack notification instead of email notification.
It's easily customize configuration of test notify. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ce407a739..1c2a461a1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,9 +86,7 @@ notifications:
template:
- "%{message} by @%{author}: See %{build_url}"
- email:
- - ko1c-failure@atdot.net
- - shibata.hiroshi@gmail.com
+ slack: ruby:69mfLJaJVptlspU8HTQv1DhM
# Local Variables:
# mode: YAML