.appveyor.yml: add email notifications to fonttools@googlegroups.com on build failure and status changed

This commit is contained in:
Cosimo Lupo 2015-12-12 19:57:23 +00:00
parent 0dd370760e
commit 007a038bcf

View File

@ -74,3 +74,11 @@ after_test:
artifacts: artifacts:
# archive the generated packages in the ci.appveyor.com build report # archive the generated packages in the ci.appveyor.com build report
- path: dist\* - path: dist\*
notifications:
- provider: Email
to:
- fonttools@googlegroups.com
on_build_success: false
on_build_failure: true
on_build_status_changed: true