Ensure build failure emails (#339)
When the cron build fails, we want to make sure that we know about it. This commit ensures that Travis emails @wchargin and @decentralion on any build failure; our email filters will ensure that cron job failures get noticed. Based on documentation at: https://docs.travis-ci.com/user/notifications
This commit is contained in:
parent
0c8ede57a2
commit
bd28030caa
|
@ -2,3 +2,9 @@ language: node_js
|
|||
node_js:
|
||||
- "node"
|
||||
script: yarn travis
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
wchargin+travis-sourcecred@gmail.com
|
||||
decentralion+travis-sourcecred@dandelion.io
|
||||
on_failure: always
|
||||
|
|
Loading…
Reference in New Issue