Skip to content

Commit

Permalink
Work around on Travis: 5th attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitom committed Nov 11, 2016
1 parent efe328e commit 48129e9
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 @@ -12,7 +12,7 @@
"index.js"
],
"scripts": {
"pretest": "node --max_old_space_size=4096 node_modules/.bin/mongodb-runner start --topology=replicaset --port=27017",
"pretest": "node --max_old_space_size=2560 node_modules/.bin/mongodb-runner start --topology=replicaset --port=27017",
"test": "npm run standard && npm run coverage",
"posttest": "mongodb-runner stop --topology=replicaset --port=27017",
"coverage": "env TZ='Asia/Tokyo' istanbul cover _mocha -- -R spec -t 20000 test/specs/*.js",
Expand Down

0 comments on commit 48129e9

Please sign in to comment.