From 1ec507c1d0549f260d92601dbef8a2a22f13497c Mon Sep 17 00:00:00 2001 From: Martin Kemp Date: Wed, 18 Nov 2015 14:10:26 +0000 Subject: [PATCH] Fix gitter webhook Should notify gitter of build success and failures. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 04efe90..f5e6130 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ artifacts: notifications: # Webhook - provider: Webhook - url: https://webhooks.gitter.im/e/f7b9c3ae66741c2e046e + url: https://webhooks.gitter.im/e/d673abb1b2e659dcd625 on_build_success: true on_build_failure: true on_build_status_changed: true