add webhook notification to travis ci
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user