Skip to content

Commit

Permalink
Tiny travis.yml tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 31, 2018
1 parent c8dccf7 commit 0e780f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,5 +3,5 @@ node_js:
- '10'
- '8'
- '6'
after_script:
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -56,10 +56,6 @@
"xo": "*"
},
"nyc": {
"reporter": [
"text",
"lcov"
],
"exclude": [
"**/fixtures/**",
"**/test.js",
Expand Down

0 comments on commit 0e780f8

Please sign in to comment.