From 08ce510cfb1cb94ddb5f905da9f7b90d72ea7efa Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 6 Mar 2018 01:13:44 +0100 Subject: [PATCH] travis: add notification to gitter room OfflineIMAP/offlineimap Signed-off-by: Nicolas Sebrecht --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9756e30..a248228 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,13 @@ language: python python: - '2.7' - '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: - linux env: