From 5cc99cf20f5ba0e03f9ed576b3352587a1e20922 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 28 Dec 2018 18:24:05 +0000 Subject: [PATCH] Update .travis.yml Send git commit emails to the mail list from Travis, instead of from GitHub (they are retiring the option for that). --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7992cb52..9740aefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,8 @@ notifications: on_failure: always channels: - 'chat.freenode.net#netdisco' + email: + on_success: always + on_failure: always + recipients: + - 'netdisco-ng-commit@lists.sourceforge.net'