Skip to content

Commit

Permalink
ci(travis): Disables notification emails in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Sep 27, 2017
1 parent c761f23 commit ba2be1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js: node
sudo: false

notifications:
email: false

before_install:
- npm install -g greenkeeper-lockfile@1

Expand Down

0 comments on commit ba2be1b

Please sign in to comment.