Skip to content

Commit

Permalink
Do not send travis ci emails on success
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Gates-Idem committed Feb 9, 2018
1 parent f4b2f3f commit fa7cfa3
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 @@ -5,3 +5,8 @@ script:
- yarn test
- yarn compile-src
after_success: yarn coverage

notifications:
email:
on_success: never
on_failure: always

0 comments on commit fa7cfa3

Please sign in to comment.