diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7830a05aec..cfa751b68a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,9 +16,9 @@ skip_commits: clone_depth: 64 -cache: - - c:\build-cache - - c:\build-cache\sdk -> .appveyor.yml +#cache: +# - c:\build-cache +# - c:\build-cache\sdk -> .appveyor.yml environment: PHP_BUILD_CACHE_BASE_DIR: c:\build-cache |