From b3e3752789b0d4b77c1c4a32f5f0fa8b3f4e8ef6 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 28 May 2021 08:41:16 -0400 Subject: [PATCH] .travis.yml, appveyor.yml - tweak email notification notify on failures only --- .travis.yml | 8 ++++++++ appveyor.yml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7166d9fcd..41dd4c67a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,14 @@ script: - make - make test +notifications: + email: + recipients: + - allen.winter@kdab.com + - sergio.martins@kdab.com + on_success: never + on_failure: always + dist: bionic addons: apt: diff --git a/appveyor.yml b/appveyor.yml index e4581d84b..be7aeaecd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,4 +75,5 @@ notifications: - provider: Email to: - allen.winter@kdab.com - on_build_status_changed: true + - sergio.martins@kdab.com + on_build_failure: true