From 35809441cd9fba2797982906b657a16b63e5aa29 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Wed, 30 Jan 2019 13:21:43 +0100 Subject: [PATCH] Try out more email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 51b14a1b345..ee58f73c364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,9 @@ script: notifications: email: on_success: never + recipients: + - post+travis@ralfj.de + - travis-miri@oli-obk.de branches: only: - master