From d088c995aa71c0a48a474b988a9e8f05e6d3d0d9 Mon Sep 17 00:00:00 2001 From: Todd Palino Date: Sun, 3 Dec 2017 11:08:47 -0500 Subject: [PATCH] Add gitter webhook to travis config (#296) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ee339c5..fa71a588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,12 @@ matrix: # Don't email me the results of the test runs. notifications: email: false + webhooks: + urls: + - https://webhooks.gitter.im/e/ec30ac1bb280c976f8be + 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 # Anything in before_script that returns a nonzero exit code will # flunk the build and immediately stop. It's sorta like having