From 0aeef89c633504fdd46c4eba5360355bfb74da1c Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 23 Apr 2015 21:34:04 -0400 Subject: [PATCH] add gitter notification webhook --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f132c85..7afed14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,11 @@ version: 0.2.{build} configuration: Release +notifications: + - provider: Webhook + url: https://webhooks.gitter.im/e/4ddb88959635299132ce + on_build_success: false + on_build_failure: True + on_build_status_changed: true assembly_info: patch: true file: '**\AssemblyInfo.*'