travis: add discord notification using webhook
This commit is contained in:
parent
30660cfac2
commit
4e667b620a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue