1
0
mirror of synced 2025-01-18 07:44:47 +01:00

Increasing Node memory limit from 1G to 2G

This commit is contained in:
n1474335 2019-01-01 20:27:38 +00:00
parent bc00fa0694
commit cb2c376c63

View File

@ -6,7 +6,7 @@ addons:
install: npm install
before_script:
- npm install -g grunt
- export NODE_OPTIONS=--max_old_space_size=1024
- export NODE_OPTIONS=--max_old_space_size=2048
script:
- grunt lint
- grunt test