Skip to content

Commit

Permalink
Adding Travis e-mail notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Savvides committed Aug 18, 2015
1 parent 8f236b1 commit 192e5e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ branches:
only:
- master

notifications:
email:
on_success: change
on_failure: always

script:
- npm run lint
- npm run test-coverage
Expand Down

0 comments on commit 192e5e0

Please sign in to comment.