From 402533386b2c18b078e66134b68e4d74c6cdab4b Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 23 Apr 2015 22:39:28 -0400 Subject: [PATCH] i think this fixes it --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bafba14..d271ce4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ version: 0.2.{build} configuration: Release notifications: - - provider: Webhook - url: https://webhooks.gitter.im/e/4ddb88959635299132ce - on_build_success: true - on_build_failure: True - on_build_status_changed: true +- provider: Webhook + url: https://webhooks.gitter.im/e/4ddb88959635299132ce + on_build_success: true + on_build_failure: true + on_build_status_changed: true assembly_info: patch: true file: '**\AssemblyInfo.*'