aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-02 02:19:04 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-02 02:19:04 +0000
commit3f687cdab20db5497c996ec1269e939e5ef94673 (patch)
tree5aee83cb1c0e24e48e86688b24f06f57378674b2 /.travis.yml
parent96bf8c09b7cb63e941d2e047fa30d6e838c5962c (diff)
downloadruby-3f687cdab20db5497c996ec1269e939e5ef94673.tar.gz
Partly reverted email notification on travis configuration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f2e9a2bd1f..ea418b56ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,6 +91,9 @@ notifications:
on_success: change
on_failure: always
+ email:
+ - ko1c-failure@atdot.net
+
# Local Variables:
# mode: YAML
# coding: utf-8-unix