mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue