aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-20 08:43:23 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-20 08:43:23 +0000
commit0e18d1359416d5a30adfbe65014a10c76e1e9f29 (patch)
tree9de56b20be7d8a3e63f3da8ac10538d1c49fb858 /.travis.yml
parent9a2ed2068ed1009fde38241da4cda10a9a935a94 (diff)
downloadruby-0e18d1359416d5a30adfbe65014a10c76e1e9f29.tar.gz
* .travis.yml: enabled email notification.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bba71860bd..992f40fa10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,6 +97,10 @@ notifications:
on_success: always
on_failure: never
+ email:
+ - ko1c-failure@atdot.net
+ - shibata.hiroshi@gmail.com
+
# Local Variables:
# mode: YAML
# coding: utf-8-unix