Skip to content

Commit cd4a785

Browse files
authored
Merge branch 'dev-3.0.0' into port-vrtm-fixes
2 parents 46cd8bc + 55af644 commit cd4a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191
if [ "$COVERAGE" = true ]; then
9292
curl -o node_modules/solidity-coverage/lib/app.js https://raw.githubusercontent.com/maxsam4/solidity-coverage/relative-path/lib/app.js
9393
curl -o node_modules/solidity-parser-sc/build/parser.js https://raw.githubusercontent.com/maxsam4/solidity-parser/solidity-0.5/build/parser.js
94-
node_modules/.bin/solidity-coverage
94+
node --max_old_space_size=3500 node_modules/.bin/solidity-coverage
9595
if [ "$CIRCLECI" = true ]; then
9696
cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
9797
fi

0 commit comments

Comments
 (0)