From 007a038bcfc1ec7be468a94c14ea5fc59ecd6b6b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sat, 12 Dec 2015 19:57:23 +0000 Subject: [PATCH] .appveyor.yml: add email notifications to fonttools@googlegroups.com on build failure and status changed --- .appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 336f1e974..a7e40f560 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -74,3 +74,11 @@ after_test: artifacts: # archive the generated packages in the ci.appveyor.com build report - path: dist\* + +notifications: + - provider: Email + to: + - fonttools@googlegroups.com + on_build_success: false + on_build_failure: true + on_build_status_changed: true