From 4e7cfa98bbf6d5a3e4f693751c136be87c01c1f0 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 22 Jul 2015 10:56:21 -0700 Subject: [PATCH] Fixes gitter webhook Gitter webhook had the wrong URI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 538cf601..3e344fd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: java notifications: webhooks: urls: - - https://webhooks.gitter.im/e/16d58dd73250fde3ce60 + - https://webhooks.gitter.im/e/110a7c0daf817ba48ccc on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false