From dd7e54b0dcf3c1d4d918e10dff4b53f793f6bb30 Mon Sep 17 00:00:00 2001 From: cornernote Date: Tue, 7 Jul 2015 09:48:05 +0930 Subject: [PATCH] remove webhooks --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7f0e1a..ade880e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,10 @@ after_failure: - cat codeception/_app/runtime/logs/* - cat codeception/_output/* -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/b8a97760936530897759 - on_success: change - on_failure: always - on_start: false +#notifications: +# webhooks: +# urls: +# - https://webhooks.gitter.im/e/b8a97760936530897759 +# on_success: change +# on_failure: always +# on_start: false