From a21fceb05311f61ef179b2f3aa6497562555f241 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 18 Feb 2018 16:10:15 -0800 Subject: [PATCH] [ci] Make AppVeyor less noisy --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9bed1247..5971337c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,6 +53,9 @@ notifications: - provider: Email to: - harfbuzz-bots-chatter@googlegroups.com + on_build_success: false + on_build_failure: true + on_build_status_changed: true # disable automatic tests test: off -- GitLab