浏览代码

Change cache directory

sebastien 7 年之前
父节点
当前提交
ad26b7c895
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -5,7 +5,9 @@ node_js:
 - '6'
 cache:
   directories:
-    - node_modules
+    - Tools/Gulp/node_modules
+    - Playground/node_modules
+    - tests/unit/node_modules
 git:
   depth: 3
 before_script: