Unverified Commit 9d6fa310 authored by Walt Sorensen's avatar Walt Sorensen Committed by GitHub

Modify caching

Following a working cache example https://github.com/morozov/diff-sniffer-core/blob/master/.appveyor.yml
parent f05ae17b
...@@ -9,9 +9,9 @@ clone_depth: 1 ...@@ -9,9 +9,9 @@ clone_depth: 1
cache: cache:
- C:\ProgramData\chocolatey\bin -> .appveyor.yml - C:\ProgramData\chocolatey\bin -> .appveyor.yml
- C:\ProgramData\chocolatey\lib -> .appveyor.yml - C:\ProgramData\chocolatey\lib -> .appveyor.yml
- c:\tools\php -> .appveyor.yml - C:\tools\php72 -> .appveyor.yml
- composer.phar - composer.phar
- '%LOCALAPPDATA%\Composer\files' - '%LOCALAPPDATA%\Composer'
#- vendor #- vendor
## Build matrix for lowest and highest possible targets ## Build matrix for lowest and highest possible targets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment