diff options
author | Anatol Belski <ab@php.net> | 2017-10-21 10:52:22 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-10-21 10:52:22 +0200 |
commit | f588a02463b2f853624344448fb715a5185cbdf3 (patch) | |
tree | dbff52e864d3f7093899c706f8feaea0e93deca0 | |
parent | 88ec44dfe3b92cb79e0b7d0e93ba593b77b370fc (diff) | |
parent | 0b71ae7a15798b032cb2e5163adf452646028b3a (diff) | |
download | php-git-f588a02463b2f853624344448fb715a5185cbdf3.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
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 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 |