Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 29beef4

Browse files
committed
Merge pull request #27 from xabbuh/patch-1
fix Composer cache dir on Travis CI
2 parents 0bec071 + a802c1b commit 29beef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo: false
1111

1212
cache:
1313
directories:
14-
- $HOME/.composer/cache
14+
- $HOME/.composer/cache/files
1515

1616
env:
1717
- SYMFONY_VERSION=2.7.*

0 commit comments

Comments
 (0)