add webhook notification to travis ci
This commit is contained in:
parent
6c58fec7d3
commit
9268c1e9a8
10
.travis.yml
10
.travis.yml
|
@ -38,3 +38,13 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://misc.schrej.net/travistodiscord/pterodev.php
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_error: always
|
||||||
|
on_cancel: always
|
||||||
|
on_start: never
|
||||||
|
|
Loading…
Reference in New Issue
Block a user