diff options
author | Anatol Belski <ab@php.net> | 2017-10-21 10:53:21 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-10-21 10:53:21 +0200 |
commit | b6b74d453e5ec61412edce28680329f4ba08611c (patch) | |
tree | c6a448c10c0a0d43ee02c122023e5a47b0aaf95f | |
parent | 2e64f139ec0716de2a91ff3c67ac211bc3fb6670 (diff) | |
parent | 839b3d167790bb3e64b75ff4008f73e5355a2638 (diff) | |
download | php-git-b6b74d453e5ec61412edce28680329f4ba08611c.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Disable AppVeyor cache to unlock build
-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 |