From fb50b9788864378336830477a174c2501b19df84 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Sun, 22 Apr 2018 23:30:12 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 761d5a8..47d6e33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,12 @@ script: - pod lib lint after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) + + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/4cfa929bd227586305cc + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always