Skip to content

Commit

Permalink
chore: add gitter integrations (#651)
Browse files Browse the repository at this point in the history
* chore: add gitter integrations

* fix: appveyor.yml notification indent level

* fix: appveyor.yml notifications indent level
  • Loading branch information
zacharygolba authored Jan 19, 2017
1 parent cdebc08 commit 26594fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ test_script:
- npm run flow
- npm run lint
- npm test
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/070ebbf83dc0f595c4fb
method: POST
on_build_success: true
on_build_failure: true
on_build_status_changed: false
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ test:
post:
- npm run codecov:
parallel: true
notify:
webhooks:
- url: https://webhooks.gitter.im/e/6d49c9b19c888dba70b8
deployment:
release:
tag: /^(?:v\d.\d.\d)$/
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
notify:
gitter:
default:
url: "https://webhooks.gitter.im/e/b50a21b0b2a0271501db"
threshold: 1%

0 comments on commit 26594fd

Please sign in to comment.