#440: Setup IRC/gitter notifications

This commit is contained in:
Julien Nicoulaud 2017-08-01 00:47:43 +02:00
parent 47ac611c89
commit d43fe3ab70
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D

View File

@ -11,3 +11,18 @@ env:
- ZSH=5.3.1
script: docker run -v $PWD:/work -w /work desyncr/zsh-docker-zsh-${ZSH} /bin/sh -c 'make test'
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/367e241cdea60cb2070b
on_success: change
on_failure: always
on_start: never
irc:
channels:
- "chat.freenode.net#zsh-syntax-highlighting"
on_success: change
on_failure: always
on_start: never
use_notice: true