ruby-changes:59543
From: Takashi <ko1@a...>
Date: Sat, 28 Dec 2019 18:13:01 +0900 (JST)
Subject: [ruby-changes:59543] 4fb6643f31 (master): Do not notify Travis on_success
https://git.ruby-lang.org/ruby.git/commit/?id=4fb6643f31 From 4fb6643f31cdee33184043ce17c42001274c4392 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 28 Dec 2019 01:10:47 -0800 Subject: Do not notify Travis on_success We don't find it useful anymore, because notifications from many other CIs are mixed. diff --git a/.travis.yml b/.travis.yml index 71945e3..fbcfe18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -543,7 +543,7 @@ notifications: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L543 rooms: - secure: ah7UEHBvncXT7bM5mvYIQAO+tIyV/wl7nXLb7wQD16dO2v8Gragy0mWjB79Q09hrrMGmp6H9bCDpdGS80boIA5EHaHoG4QaP0i9bsSt8U2AMWgZtfyIgQKJ4H2kXkGlrjO+AXTgnIkP7LNjdgAVUUTGQPb26T3QmoN2Splt+fIQ= # ruby:<token>#alerts on_pull_requests: false - on_success: change + on_success: never on_failure: always email: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/