Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Oct 19, 2016
1 parent dfcc897 commit bcec095
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 @@ -4,7 +4,7 @@
"description": "performance test suite",
"main": "lib/index.js",
"scripts": {
"test": "node test/index.js | tap-difflet",
"test": "node test/index.js | tap-difflet && standard",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard",
"cover": "istanbul cover --report none --print detail test/index.js"
},
Expand Down

0 comments on commit bcec095

Please sign in to comment.