Skip to content

Commit

Permalink
Disable travis-ci email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
darsain committed Sep 24, 2016
1 parent ba59335 commit a322ed7
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 @@ -8,4 +8,6 @@ node_js:
before_install:
- 'npm install -g npm@latest'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
email: false

0 comments on commit a322ed7

Please sign in to comment.