Browse Source

Fix composer global cache path

Sullivan SENECHAL 10 years ago
parent
commit
b9f16c76bc
1 changed files with 1 additions and 1 deletions
  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