From d1c3348ca1f76de3ae6494bcc47eb9729f028962 Mon Sep 17 00:00:00 2001 From: Ilan Biala Date: Wed, 2 Sep 2015 14:40:52 -0400 Subject: [PATCH] Travis now sends notifications to Gitter --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index c267765aa7..a19b8f7c98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,10 @@ before_install: - npm i nsp -g after_script: - nsp audit-package +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/249daf9851ea4776f34e + 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