Explorar el Código

Increasing Node memory limit from 1G to 2G

n1474335 hace 6 años
padre
commit
cb2c376c63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ addons:
 install: npm install
 before_script:
   - npm install -g grunt
-  - export NODE_OPTIONS=--max_old_space_size=1024
+  - export NODE_OPTIONS=--max_old_space_size=2048
 script:
   - grunt lint
   - grunt test