Added increase-memory-limit plugin to TravisCI build process to reduce 'JavaScript heap out of memory' errors.
This commit is contained in:
parent
017dde364c
commit
29411c903f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user