浏览代码

Travis another time

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

+ 1 - 2
.travis.yml

@@ -4,11 +4,10 @@ language: node_js
 node_js:
 node_js:
 - '8'
 - '8'
 git:
 git:
-  depth: 3
+  depth: 2
 cache:
 cache:
   directories:
   directories:
   - node_modules
   - node_modules
-  - Tools/Gulp/node_modules
   - Playground/node_modules
   - Playground/node_modules
   - tests/unit/node_modules
   - tests/unit/node_modules
 install:
 install: