mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 20:56:29 +00:00
bd28030caa
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
11 lines
214 B
YAML
11 lines
214 B
YAML
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
|