use https for travis webhook

This commit is contained in:
dessant 2016-12-31 03:53:39 +02:00 committed by GitHub
parent 81aabc58e9
commit 5b14aaf762
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
notifications:
webhooks:
urls:
- http://kivy.org:5000/travisevent
- https://kivy.org:5000/travisevent
on_success: always
on_failure: always
on_start: always