mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -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
|
install: npm install
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt
|
- npm install -g grunt
|
||||||
- npm install -g increase-memory-limit
|
- export NODE_OPTIONS=--max_old_space_size=1024
|
||||||
- increase-memory-limit
|
|
||||||
script:
|
script:
|
||||||
- grunt lint
|
- grunt lint
|
||||||
- grunt test
|
- grunt test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue