mirror of https://github.com/tc39/test262.git
ci: Add email notifications for on_failure (#1297)
This commit is contained in:
parent
d38701abc8
commit
339a90cf49
|
@ -7,3 +7,6 @@ script:
|
|||
- ./tools/scripts/ci_lint.sh
|
||||
after_success:
|
||||
- ./tools/scripts/deploy.sh
|
||||
notifications:
|
||||
email:
|
||||
on_failure: always
|
||||
|
|
Loading…
Reference in New Issue