diff options
| -rw-r--r-- | .travis.yml | 10 | ||||
| -rw-r--r-- | appveyor.yml | 7 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2878a9f..0059ad1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,4 +61,12 @@ jobs: tags: true after_success: - - ./publish_coverage.sh
\ No newline at end of file + - ./publish_coverage.sh + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/87b3ab4176e6f9506c13 + on_success: change + on_failure: always + on_start: never
\ No newline at end of file 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 |