travis ci config update

This commit is contained in:
Francisco Hodge 2018-10-16 17:37:28 -04:00
parent 0f0ee2233e
commit db95212243

View File

@ -3,6 +3,7 @@ node_js:
- "node"
install:
- npm install -g codecov
- npm install
script:
- npm run test -- --coverage
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec