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