From 3545955a3119fc8d49c4bb99c090683485542661 Mon Sep 17 00:00:00 2001 From: Bastian Greshake Date: Tue, 16 Feb 2016 00:31:15 +0100 Subject: [PATCH] adding travis-integration to gitter --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index ac4f84b..703013e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,10 @@ deploy: script: bin/deploy on: branch: master +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/4c51e5a596ad847fad37 + 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