From b627271c7f23a9f84a8804dc482210d95ce0706c Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Wed, 26 Apr 2017 16:23:32 +0430 Subject: [PATCH] updated travis gitter integration (webhooks). --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ecae2f..293b06d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,9 @@ script: after_success: coveralls -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/29563b0d22ad98eb37c4 - on_success: change - on_failure: always - on_start: never +webhooks: + urls: + - https://webhooks.gitter.im/e/29563b0d22ad98eb37c4 + on_success: change + on_failure: always + on_start: never