From 6ead01eb116e48610b42d330bc4090233bb44b40 Mon Sep 17 00:00:00 2001 From: "Bruce B. Lacey" Date: Wed, 18 Jan 2017 13:36:33 -0800 Subject: [PATCH] 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 --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 40c8aad5689a..100c6e449150 100755 --- a/.travis.yml +++ b/.travis.yml @@ -46,11 +46,13 @@ git: depth: 5000 notifications: - email: - recipients: - - yorik@uncreated.net - on_success: never - on_failure: never + email: false + webhooks: + urls: + - https://webhooks.gitter.im/e/479456663cdf5c84e4d8 + on_success: always + on_failure: always + on_start: change before_install: - eval "$(curl -fsSL "https://raw.githubusercontent.com/${OSX_PORTS_CACHE}/v${FREECAD_RELEASE}/travis-helpers.sh")"