From e4d32f5e9b4111eae67de7888fb1e2a212639751 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 17 Sep 2016 03:31:57 -0400
Subject: [PATCH] Updated notification in travis to post to gitter.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index e1beafee..76490f4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,8 @@ branches:
notifications:
email: true
webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/55cb0110d41833d18475
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
--
GitLab