Skip to content

Commit

Permalink
add webhooks for integration with gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
bakarov committed May 4, 2018
1 parent 6ccc5ad commit b76d73d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@ after_test:

artifacts:
- path: dist\*

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/25b43ed5bc5e1d3a0772
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

email: false

0 comments on commit b76d73d

Please sign in to comment.