From 19c6046cd89eca6ba1f604d40509091b3d720aad Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 28 Dec 2014 16:33:13 -0400 Subject: [PATCH] See #18. Add Gitter Travis CI webhook notifications --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e8af57..92b65be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: objective-c notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/a7cbe520877895f3154a + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: true # default: false email: on_success: never on_failure: change