summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-12-22 14:26:22 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2023-12-22 15:06:47 +0100
commit426f2334dd4a926782ffac32ad9c6c01abf220b8 (patch)
treeb668895418bdb289c110486599674e1f958f294d /.travis.yml
parente8639098ed78f8f8f7c263d8b6f2d68822945a78 (diff)
.travis.yml: Try another way to be notified.
I <jaruga@ruby-lang.org> haven't received the notifications since August 2022. So, try another way to be notified written on the document below. https://docs.travis-ci.com/user/notifications/#configuring-email-notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 25fbd69397..741c0a32ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -146,4 +146,7 @@ notifications:
on_success: never
on_failure: always
email:
- - jaruga@ruby-lang.org
+ recipients:
+ - jaruga@ruby-lang.org
+ on_success: never
+ on_failure: always