Skip to content

Commit f24e802

Browse files
committed
cache only downloaded package archives
Caching metadata from Packagist does not make any sense as they likely outdate too often.
1 parent 43807ae commit f24e802

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 @@ language: php
44

55
cache:
66
directories:
7-
- $HOME/.composer/cache
7+
- $HOME/.composer/cache/files
88

99
env:
1010
global:

0 commit comments

Comments
 (0)