mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Travis: Send an email for the first failed build
This will notify the committer whenever a build starts failing, but not on subsequent failures (in order not to annoy @tobscure).
This commit is contained in:
parent
fe9c85a527
commit
7fe0fc46af
|
@ -16,7 +16,8 @@ script:
|
|||
- vendor/bin/phpcs --standard=PSR2 -np src
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
email:
|
||||
on_failure: change
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
||||
|
|
Loading…
Reference in New Issue
Block a user