From 88aa2f2fad16d256d67ad1ea58db0297f1c80dff Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 14 Mar 2018 21:10:57 -0700 Subject: [PATCH] Notify Gitter.im with build info --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38282976..42dbe9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,10 @@ deploy: github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure on: branch: master +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/65e6de631df855237f1d + on_success: change + on_failure: always + on_start: never