We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30660cf commit 4e667b6Copy full SHA for 4e667b6
1 file changed
.travis.yml
@@ -20,5 +20,13 @@ script:
20
- vendor/bin/phpunit --coverage-clover coverage.xml
21
notifications:
22
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
31
after_success:
32
- bash <(curl -s https://codecov.io/bash)
0 commit comments