add webhook notification to travis ci

This commit is contained in:
Jakob Schrettenbrunner 2017-09-01 01:32:10 +02:00
parent 6c58fec7d3
commit 9268c1e9a8

View File

@ -38,3 +38,13 @@ deploy:
on:
tags: true
branch: master
notifications:
webhooks:
urls:
- https://misc.schrej.net/travistodiscord/pterodev.php
on_success: change
on_failure: always
on_error: always
on_cancel: always
on_start: never