From ab9cf4e977d5f52dda4d68dd8e7aabe75081f8fc Mon Sep 17 00:00:00 2001 From: Armin Sebastian Date: Wed, 10 Oct 2018 19:19:05 +0300 Subject: [PATCH] Remove notification webhook from travis --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c71420..689d193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,3 @@ install: script: - make - make tests - -notifications: - webhooks: - urls: - - https://kivy.org:5000/travisevent - on_success: always - on_failure: always - on_start: always