ci: Add email notifications for on_failure (#1297)

This commit is contained in:
Rick Waldron 2017-10-18 14:40:21 -04:00 committed by Leo Balter
parent d38701abc8
commit 339a90cf49
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ script:
- ./tools/scripts/ci_lint.sh
after_success:
- ./tools/scripts/deploy.sh
notifications:
email:
on_failure: always