From 70e83ff98f63200c9adbae79465b2c531ebb2619 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Sun, 18 Oct 2015 22:15:19 +0300 Subject: [PATCH] fixes #898 - addressing the issue where the webhook API is hard-coded into the travis config file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b87efdfd..d1827915 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ after_script: notifications: webhooks: urls: - - https://webhooks.gitter.im/e/249daf9851ea4776f34e + - $GITTER_IM_URL 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