ソースを参照

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