Skip to content

Commit

Permalink
Added istanbul to coverage script and added 7.x node version
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelion1204 committed Nov 13, 2016
1 parent 6269892 commit 8b659bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"predistribute": "babel src --out-dir lib",
"test": "babel-node ./node_modules/.bin/_mocha",
"coverage": "babel-node ./node_modules/.bin/isparta cover _mocha",
"coverage": "babel-node ./node_modules/.bin/istanbul cover _mocha",
"distribute": "npm publish"
},
"homepage": "https://github.com/evangelion1204/multi-ini",
Expand Down

0 comments on commit 8b659bb

Please sign in to comment.