diff --git a/.travis.yml b/.travis.yml
index 9a0196d1164e26a24793237db1bee21b084cc1e8..85b514fce524690d3c24a2ae596f1279d193303e 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