Skip to content

Commit b4a63f2

Browse files
authored
Merge pull request #15 from sivakumar-kailasam/max-memory-inc
Double max memory in travis
2 parents afe1f08 + 089731a commit b4a63f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"autoformat": "standard --fix index.js lib/*.js",
8-
"start": "node index.js",
8+
"start": "node --max-old-space-size=3072 index.js",
99
"test": "standard && mocha test"
1010
},
1111
"author": "Stanley Stuart <[email protected]>",

0 commit comments

Comments
 (0)