Skip to content

Commit

Permalink
Notify about failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
terales committed Nov 21, 2019
1 parent 6bf3632 commit a8f7225
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -14,3 +14,10 @@ after_success:
- ./node_modules/.bin/nyc report --reporter=lcov
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage

notifications:
email:
recipients:
- socatar.com@gmail.com
on_success: never
on_failure: always

0 comments on commit a8f7225

Please sign in to comment.