From c1ada7192e6e48a37d69da2cc2193f1581993d7d Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Mon, 13 Apr 2020 10:31:36 -0400 Subject: [PATCH] Notify by email when travis fails merge/cron builds --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97fe4b1b7c..143bc4ccb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,11 @@ # that they have been altered from the originals. notifications: - email: false + email: + recipients: + - manoel@us.ibm.com + on_success: never + on_failure: always cache: pip: true