Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
No coverage on Travis - try douglasduteil/isparta#47 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinto committed Jan 9, 2016
1 parent 2ae48f8 commit 2542670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "babel-node index.js",
"test": "npm run test:coverage",
"test:nocoverage": "mocha --compilers js:babel-core/register --recursive --require ./test/test_helper.js",
"test:coverage": "babel-node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive --require ./test/test_helper.js",
"test:coverage": "babel-node ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive --require ./test/test_helper.js",
"test:watch": "npm run test:nocoverage -- --watch",
"lint": "eslint src/ test/ || true",
"repl": "babel-node",
Expand Down

0 comments on commit 2542670

Please sign in to comment.