mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +00:00
Merge pull request #82 from resin-io/ci/notifications
Improve Travis CI and Appveyor notifications
This commit is contained in:
commit
9a63b62cf4
@ -8,3 +8,11 @@ node_js:
|
|||||||
- "iojs"
|
- "iojs"
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g electron-prebuilt
|
- npm install -g electron-prebuilt
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/8b150eaf525c280ec2ac
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
@ -28,3 +28,11 @@ test_script:
|
|||||||
- npm --version
|
- npm --version
|
||||||
- ps: npm test
|
- ps: npm test
|
||||||
- cmd: npm test
|
- cmd: npm test
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
|
||||||
|
- provider: Webhook
|
||||||
|
url: https://webhooks.gitter.im/e/3d5ed28fa9ae4c25f46f
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: true
|
||||||
|
on_build_status_changed: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user