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

master
n1474335 2019-01-01 19:56:12 +00:00
parent 017dde364c
commit 29411c903f
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ addons:
install: npm install
before_script:
- npm install -g grunt
- npm install -g increase-memory-limit
- increase-memory-limit
script:
- grunt lint
- grunt test