travis: add notification to gitter room OfflineIMAP/offlineimap
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
52e8483bbe
commit
08ce510cfb
@ -2,6 +2,13 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
- '3.6'
|
- '3.6'
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/975e807e0314c9fa189c
|
||||||
|
on_success: always # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: never
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user