Skip to content

Commit

Permalink
test(coverage): improve in Node 6 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Sep 24, 2017
1 parent cb62636 commit d2f6cd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- npm run build
- npm run lint
- npm test
- if [[ $TRAVIS_NODE_VERSION = '8' ]]; then npm run test:coverage; fi
- npm run test:coverage

deploy:
provider: npm
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,11 @@
"scripts": {
"postchangelog": "prepend CHANGELOG.md \"<!-- markdownlint-disable -->\n\""
}
},
"nyc": {
"exclude": [
"lib",
"test"
]
}
}

0 comments on commit d2f6cd8

Please sign in to comment.