Skip to content

Commit 94cbcd4

Browse files
committed
fix(Travis CI): Prevent composer cache fails by restricint the directory (#993)
1 parent 1a1387f commit 94cbcd4

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
@@ -47,7 +47,7 @@ mysql:
4747
# Cache composer downloads.
4848
cache:
4949
directories:
50-
- $HOME/.composer
50+
- $HOME/.composer/cache
5151

5252
before_install:
5353
# Disable xdebug.

0 commit comments

Comments
 (0)