mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Removed increase-memory-limit plugin in favour of NODE_OPTIONS environment variable.
This commit is contained in:
parent
1bf513ca74
commit
c86007da71
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ addons:
|
|||
install: npm install
|
||||
before_script:
|
||||
- npm install -g grunt
|
||||
- npm install -g increase-memory-limit
|
||||
- increase-memory-limit
|
||||
- export NODE_OPTIONS=--max_old_space_size=1024
|
||||
script:
|
||||
- grunt lint
|
||||
- grunt test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue