Skip to content

Commit

Permalink
Work around on Travis: 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cognitom committed Nov 11, 2016
1 parent f5e7f07 commit cf0daeb
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=2048 node_modules/.bin/mongodb-runner start --topology=replicaset --port=27017",
"pretest": "node --max_semi_space_size=16 --max_old_space_size=1024 --max_executable_size=512 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 cf0daeb

Please sign in to comment.