diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7aa2b48..903dc0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,9 @@ build_script: - npm run vscode:prepublish test_script: - - npm run test
\ No newline at end of file + - npm run test + +notifications: + - provider: Webhook + url: https://webhooks.gitter.im/e/bb4990244c63e96e6cb9 + method: GET
\ No newline at end of file |