mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Update travis.yml to include webhook for posting build
status to nheko-reborn matrix room
This commit is contained in:
parent
d21fa0efa4
commit
341c0303ec
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ dist: trusty
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MHJlZF9za3klM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbS8lMjFldkFxa1BIWnVQSElHZWVuaGklM0FvY2Vhbi5qb2Vkb25vZnJ5LmNvbQ"
|
||||||
|
on_success: always # always|never|change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue