Skip to content

Commit 4e667b6

Browse files
authored
travis: add discord notification using webhook
1 parent 30660cf commit 4e667b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,13 @@ script:
2020
- vendor/bin/phpunit --coverage-clover coverage.xml
2121
notifications:
2222
email: false
23+
webhooks:
24+
urls:
25+
- https://misc.schrej.net/travistodiscord/pterodev.php
26+
on_success: change
27+
on_failure: always
28+
on_error: always
29+
on_cancel: always
30+
on_start: never
2331
after_success:
2432
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)