Skip to content

Commit

Permalink
simplified travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jan 19, 2016
1 parent 71d41e5 commit 90911e4
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "npm run buildtest && tape test/*.js",
"test-browser": "npm run buildtest && ( browserify test/*.js | tape-run )",
"test-travis": "npm run clean && istanbul cover tape test/*.js",
"test-travis": "npm run coverage",
"coverage": "npm run buildtest && istanbul cover tape test/*.js && cat ./coverage/lcov.info|coveralls",
"perf": "npm run build && time node --expose-gc test/perf/index.js",
"prepublish": "npm run clean && npm run build-dist",
Expand Down

0 comments on commit 90911e4

Please sign in to comment.