Skip to content

Commit 7d5ad05

Browse files
authored
fix(Travis CI): Prevent composer cache fails by restricint the directory (#993)
1 parent 65e29bb commit 7d5ad05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mysql:
4343
# Cache composer downloads.
4444
cache:
4545
directories:
46-
- $HOME/.composer
46+
- $HOME/.composer/cache
4747

4848
before_install:
4949
# Disable xdebug. It might not exist on PHP 7.4 so ignore that error.

0 commit comments

Comments
 (0)