Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 4fe078d

Browse files
committed
Merge pull request #242 from xabbuh/patch-1
fix Composer cache dir on Travis CI
2 parents 0ff0465 + 1d62556 commit 4fe078d

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
@@ -12,7 +12,7 @@ sudo: false
1212

1313
cache:
1414
directories:
15-
- $HOME/.composer/cache
15+
- $HOME/.composer/cache/files
1616

1717
env:
1818
- SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak

0 commit comments

Comments
 (0)