From 7774a27b666163b50b001497af3086c0a415f009 Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Tue, 14 Mar 2017 16:57:59 -0700 Subject: [PATCH] gitter webhook to travis --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f96ceed1d..93becbbf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,11 @@ script: notifications: email: on_success: never # default: change - on_failure: always # default: always \ No newline at end of file + on_failure: always # default: always + notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/4f27a4a85d6f4475be19 + on_success: always + on_failure: always + on_start: always \ No newline at end of file