Use Gitter notifications
* Added a webhook notification for Gitter notifications. * Disabled email notifications because @yorik's configuration effectively did that but setting email to false is shorter
This commit is contained in:
parent
0f4a5b4f95
commit
6ead01eb11
12
.travis.yml
12
.travis.yml
|
@ -46,11 +46,13 @@ git:
|
||||||
depth: 5000
|
depth: 5000
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email: false
|
||||||
recipients:
|
webhooks:
|
||||||
- yorik@uncreated.net
|
urls:
|
||||||
on_success: never
|
- https://webhooks.gitter.im/e/479456663cdf5c84e4d8
|
||||||
on_failure: never
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
on_start: change
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- eval "$(curl -fsSL "https://raw.githubusercontent.com/${OSX_PORTS_CACHE}/v${FREECAD_RELEASE}/travis-helpers.sh")"
|
- eval "$(curl -fsSL "https://raw.githubusercontent.com/${OSX_PORTS_CACHE}/v${FREECAD_RELEASE}/travis-helpers.sh")"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user