mirror of
https://github.com/flarum/core.git
synced 2025-07-13 12:56:26 +02: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:
@ -16,7 +16,8 @@ script:
|
|||||||
- vendor/bin/phpcs --standard=PSR2 -np src
|
- vendor/bin/phpcs --standard=PSR2 -np src
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email:
|
||||||
|
on_failure: change
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
- https://webhooks.gitter.im/e/7b9e9827a03b44a16588
|
||||||
|
Reference in New Issue
Block a user