Added increase-memory-limit plugin to TravisCI build process to reduce 'JavaScript heap out of memory' errors.

This commit is contained in:
n1474335 2019-01-01 19:56:12 +00:00
parent 017dde364c
commit 29411c903f

View file

@ -6,6 +6,8 @@ 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
- increase-memory-limit
script: script:
- grunt lint - grunt lint
- grunt test - grunt test