소스 검색

Fix composer global cache path

Sullivan SENECHAL 10 년 전
부모
커밋
b9f16c76bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ sudo: false
 
 cache:
   directories:
-    - $HOME/.composer
+    - $HOME/.composer/cache
     - $HOME/.cache/pip
     - vendor