We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cfc4e commit 0ac7610Copy full SHA for 0ac7610
.circleci/config.yml
@@ -59,12 +59,12 @@ commands:
59
- save_cache:
60
name: Save Composer cache
61
paths:
62
- - ~/.composer/cache/files
+ - ~/.composer/cache
63
key: composer-cache-{{ .Branch }}-{{ .BuildNum }}
64
65
66
67
68
key: composer-cache-{{ .Revision }}-{{ .BuildNum }}
69
save-php-cs-fixer-cache:
70
steps:
.travis.yml
@@ -6,7 +6,7 @@ env:
6
7
cache:
8
directories:
9
- - $HOME/.composer/cache/files
+ - $HOME/.composer/cache
10
- $HOME/.npm
11
12
.steps:
0 commit comments