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:
Dandelion Mané 2018-06-04 14:52:07 -07:00 committed by GitHub
parent 0c8ede57a2
commit bd28030caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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