소스 검색

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:
 - '8'
 git:
-  depth: 3
+  depth: 2
 cache:
   directories:
   - node_modules
-  - Tools/Gulp/node_modules
   - Playground/node_modules
   - tests/unit/node_modules
 install: