Skip to content

Commit 4992b90

Browse files
committed
Fixes composer cache path.
1 parent 2f25118 commit 4992b90

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
@@ -26,7 +26,7 @@ after_success:
2626
# Cache composer bits for faster test suite runs.
2727
cache:
2828
directories:
29-
- $HOME/.cache/composer
29+
- $HOME/.composer/cache
3030

3131
notifications:
3232
email:

0 commit comments

Comments
 (0)