diff --git a/.travis.yml b/.travis.yml index 7166d9fc..41dd4c67 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 e4581d84..be7aeaec 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