mirror of
https://github.com/gchq/CyberChef
synced 2026-02-27 10:03:16 +00:00
Added increase-memory-limit plugin to TravisCI build process to reduce 'JavaScript heap out of memory' errors.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user