diff --git a/appveyor.yml b/appveyor.yml index 9bf0a67..b0b6f92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,3 +29,20 @@ test_script: #---------------------------------# deploy_script: - ps: . .\AppVeyor\AppveyorDeploy.ps1 + +#---------------------------------# +# notification configuration # +#---------------------------------# +notifications: +- provider: Email + to: + - chocolatey-build-status@googlegroups.com + subject: AppVeyor - cChoco DSC Resource Build Notification + on_build_success: false + on_build_failure: true + on_build_status_changed: true +- provider: Webhook + url: https://webhooks.gitter.im/e/f764ee3ccd6ed7348224 + on_build_success: true + on_build_failure: true + on_build_status_changed: true