From b824b13ee97697cf7a29275d89641731e2ffee69 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 11 Jun 2024 13:04:16 +0200 Subject: [PATCH] .travis.yml: Update jaruga's email. I cannot receive Travis's notification via jaruga@ruby-lang.org, while another committer with their @ruby-lang.org email can receive the notification. The issue is my ruby-lang.org email address specific. So far we haven't seen the root cause even with the Travis support's help. Because of that, I change the email address to my personal email address. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06de3dd493..7fad46c601 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,6 +148,6 @@ notifications: on_failure: always email: recipients: - - jaruga@ruby-lang.org + - jun.aruga@gmail.com on_success: never on_failure: always