Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
configured Travis to email on failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamdyson committed Dec 11, 2018
1 parent d162479 commit 1c63dd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ language: node_js
node_js:
- "8.11.2"
notifications:
email: false
email:
on_success: never
on_failure: always
script:
- npm run lint
- npm test

0 comments on commit 1c63dd0

Please sign in to comment.