From d9a279e69702dc3bce5121ee543a88007db1742c Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 17 May 2016 11:34:23 +1000 Subject: [PATCH] Goodbye, gitter webhook (for now) --- appveyor.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 236c4d18e..445123d5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,6 @@ version: '{build}' image: Visual Studio 2015 configuration: Release -environment: - gitter_hook: - secure: rAeZD4safUjNDSt4GnHKQnqa2X8gk/HI93dKMyjfb3035yZ3pQTtMGRnreS1ezzxnJ3GMcfj0KxNrokOGbSWuQ== install: - ps: mkdir -Force ".\build\" | Out-Null - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\build\installcli.ps1" @@ -24,9 +21,4 @@ deploy: skip_symbols: true on: branch: /^(dev|master)$/ -notifications: -- provider: Webhook - url: {gitter_hook} - on_build_success: true - on_build_failure: true - on_build_status_changed: false +