Removed increase-memory-limit plugin in favour of NODE_OPTIONS environment variable.

This commit is contained in:
n1474335 2019-01-01 20:15:16 +00:00
parent 1bf513ca74
commit c86007da71
1 changed files with 1 additions and 2 deletions

View File

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