mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Add travis notification hook for gitter
This commit is contained in:
parent
3996449e88
commit
0df71b34f3
@ -12,3 +12,10 @@ addons:
|
|||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
- npm install -g uglify-js
|
- npm install -g uglify-js
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/2b007d4f86de89588804
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
on_start: false
|
||||||
|
Loading…
Reference in New Issue
Block a user