travis: add discord notification using webhook

This commit is contained in:
Jakob 2017-09-01 02:30:10 +02:00 committed by GitHub
parent 30660cfac2
commit 4e667b620a
1 changed files with 8 additions and 0 deletions

View File

@ -20,5 +20,13 @@ script:
- vendor/bin/phpunit --coverage-clover coverage.xml - vendor/bin/phpunit --coverage-clover coverage.xml
notifications: notifications:
email: false email: false
webhooks:
urls:
- https://misc.schrej.net/travistodiscord/pterodev.php
on_success: change
on_failure: always
on_error: always
on_cancel: always
on_start: never
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)