mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(.travis.yml): add travis notifications to gitchat
This commit is contained in:
parent
34a155733b
commit
cc6236455f
|
@ -13,3 +13,12 @@ sudo: false
|
|||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
# hooks
|
||||
notifications:
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/e369617839852624aa69
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: always # options: [always|never|change] default: always
|
||||
on_start: false # default: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user