Skip to content

Commit

Permalink
Goodbye, gitter webhook (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed May 17, 2016
1 parent 6d31aca commit d9a279e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit d9a279e

Please sign in to comment.