From 426f2334dd4a926782ffac32ad9c6c01abf220b8 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 22 Dec 2023 14:26:22 +0100 Subject: [PATCH] .travis.yml: Try another way to be notified. I 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 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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