Skip to content

Commit baff967

Browse files
committed
build(travis): increase max_old_space_size
1 parent 8c8a58e commit baff967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cache:
44
- ~/.npm
55
node_js:
66
- '12.18.3'
7+
before_script:
8+
- export NODE_OPTIONS=--max_old_space_size=8192
79
script:
810
- npm run test:prod && npm run build:travis
911
branches:

0 commit comments

Comments
 (0)