Skip to content

Commit

Permalink
bring back node 3, remove coverage from npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Oct 12, 2017
1 parent 6c51ab1 commit 3d58dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:
- "6"
- "5"
- "4"
- "3"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "rm -rf dist && mkdir dist && npm run build:node && npm run build:browser",
"dev": "rm -rf dist && mkdir dist && rollup --config -w",
"start": "npm run build && npm test",
"test": "standard --fix src/**/*.js && rm -rf test/tmp-* && nyc --reporter=lcov mocha"
"test": "standard --fix src/**/*.js && rm -rf test/tmp-* && mocha",
"coverager": "nyc --reporter=lcov mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d58dfc

Please sign in to comment.