Added webhook notifications to TravisCI build.
This commit is contained in:
parent
4cd2b475cb
commit
c93136a2bf
|
@ -42,3 +42,8 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://api.yuzu-emu.org/code/travis/notify
|
||||||
|
|
Reference in New Issue