From a42a3c5346693db0e03a782ef6799877e80a88a6 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 27 May 2016 21:51:38 +0800 Subject: [PATCH] Add Gitter hook to Travis-CI --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9755b28f587..8a0b6702a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,10 @@ deploy: all_branches: true condition: "$TARGET_OS != linux" repo: LMMS/lmms +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/1ac7fc698195981a9227 + 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