Remove notification webhook from travis

This commit is contained in:
Armin Sebastian 2018-10-10 19:19:05 +03:00 committed by GitHub
parent 1cbfef23fb
commit ab9cf4e977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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