소스 검색

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: