2
0
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:
n1474335
2019-01-01 19:56:12 +00:00
parent 017dde364c
commit 29411c903f

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