From 4b8473135a952dfe6810474ce021af31864a730f Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Fri, 11 Sep 2015 16:07:19 +0100 Subject: [PATCH] Add gitter build notifications --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6e406d00fd..39c55559df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,11 @@ branches: only: - master - v1.3.x-bugfix + +notifications: + webhooks: + urls: # gitter + - https://webhooks.gitter.im/e/dc010332f9d40fcc21c4 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always