Skip to content

Commit ca4b0f7

Browse files
authored
cache downloaded packages only
Caching the whole Composer `cache` directory means to cache Packagist metadata too which become stale more often.
1 parent 4a197d0 commit ca4b0f7

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
@@ -4,7 +4,7 @@ sudo: false
44
## Cache composer bits
55
cache:
66
directories:
7-
- $HOME/.composer/cache
7+
- $HOME/.composer/cache/files
88

99
## PHP versions we test against
1010
php:

0 commit comments

Comments
 (0)