We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa576b commit ee33046Copy full SHA for ee33046
.travis.yml
@@ -49,3 +49,13 @@ script:
49
- composer tests-travis
50
- composer require friendsofphp/php-cs-fixer ^2.2 --dev
51
- composer phpcs
52
+
53
+notifications:
54
+ webhooks:
55
+ urls:
56
+ - https://zeus.ci/hooks/128fe032-1997-11e9-ac0e-0a580a280305/public/provider/travis/webhook
57
+ on_success: always
58
+ on_failure: always
59
+ on_start: always
60
+ on_cancel: always
61
+ on_error: always
0 commit comments