From c86007da718381e27409f14adf8f361c9640b615 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 1 Jan 2019 20:15:16 +0000 Subject: [PATCH] Removed increase-memory-limit plugin in favour of NODE_OPTIONS environment variable. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b49c382..dafa8911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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