From 23913d1436a7a304e4457fff0fe3d94f515c2ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonas=20=C5=A0erlinskas?= <simonas.serlinskas@nfq.com> Date: Fri, 16 Sep 2016 15:42:39 +0300 Subject: [PATCH] removing unnecessary hook in travis file --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a0196d..85b514f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,3 @@ script: - vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/ ./ after_script: - vendor/bin/coveralls -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/81e47479feba5ba8dc47 - on_success: change - on_start: never -- GitLab