From 912daec2ff7aad1a4be3bdb9450824d790078cb3 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 14 Aug 2016 21:13:02 +1200 Subject: [PATCH] Added settings for travis to post notifications to gitter. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 16b89723f..dff22bcc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,3 +81,11 @@ cache: apt # irc: "chat.freenode.net#cleanflight" # use_notice: true # skip_join: true + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/17e9af18c83945aad3f0 + 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