diff options
author | Anatol Belski <ab@php.net> | 2017-10-21 10:49:20 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-10-21 10:49:20 +0200 |
commit | 0b71ae7a15798b032cb2e5163adf452646028b3a (patch) | |
tree | 72755da0cc0d173a56356a1042a997953d4334c1 /.appveyor.yml | |
parent | 5d85d967bd5ac8736deb683811fd43e12618f738 (diff) | |
download | php-git-0b71ae7a15798b032cb2e5163adf452646028b3a.tar.gz |
Disable AppVeyor cache to unlock build
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 84c93574e6..be60c2f83a 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 |