mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 02:06:47 +00:00
Improve Travis and Appveyor notifications
This commit is contained in:
parent
999120e711
commit
1d55ea4dcf
@ -3,3 +3,11 @@ node_js:
|
|||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.11"
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/8b150eaf525c280ec2ac
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
@ -29,3 +29,11 @@ test_script:
|
|||||||
- npm --version
|
- npm --version
|
||||||
- ps: gulp test
|
- ps: gulp test
|
||||||
- cmd: gulp test
|
- cmd: gulp 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