Skip to content

Commit

Permalink
Fixing nyc command for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Griffith committed Nov 11, 2016
1 parent e5803c9 commit 1348bd7
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 @@ -9,7 +9,7 @@
"transpile": "babel src --out-dir dist",
"watch": "npm run transpile -- -w",
"mocha": "mocha test/**/*.mspec.js --compilers js:babel-register",
"test": "nyc --reporter=lcov --reporter=text --include src/**/* npm run mocha",
"test": "nyc --reporter=lcov --reporter=text --include 'src/local/*' --include 'src/remote/*' npm run mocha",
"tdd": "npm run mocha -- --check-leaks --reporter min -w",
"lint": "eslint src test"
},
Expand Down

0 comments on commit 1348bd7

Please sign in to comment.