瀏覽代碼

Added increase-memory-limit plugin to TravisCI build process to reduce 'JavaScript heap out of memory' errors.

n1474335 6 年之前
父節點
當前提交
29411c903f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -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