Correct composer cache dir

pull/61/head
Felix Becker 2017-02-03 13:20:49 +01:00
parent 8a1682dcf1
commit d2bd8031fa
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ php:
cache:
directories:
- $HOME/.npm
- $HOME/.composer
- $HOME/.composer/cache
before_install:
- nvm install 6.5.0