Update travis.yml to include webhook for posting build

status to nheko-reborn matrix room
pull/7/head
Joe 6 years ago
parent d21fa0efa4
commit 341c0303ec
  1. 7
      .travis.yml

@ -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…
Cancel
Save