Skip to content

Commit d336427

Browse files
committed
Fix cache conditions
1 parent 559c407 commit d336427

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ init:
77
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
88

99
environment:
10+
deploy_docs: "false"
1011
matrix:
1112
- PHP_VERSION: "7.1.25"
1213
PHP_DIR: "php71"
@@ -19,15 +20,16 @@ environment:
1920
- PHP_VERSION: "7.3.8"
2021
PHP_DIR: "php73"
2122
XDEBUG: "https://xdebug.org/files/php_xdebug-2.8.0beta1-7.3-vc15-nts-x86_64.dll"
23+
deploy_docs: "true"
2224

2325
matrix:
2426
fast_finish: true
2527

2628
cache:
27-
- composer.phar -> composer.json
28-
- node_modules -> package.json
29+
- composer.phar
2930
- ocular.phar -> appveyor.xml
30-
- c:\projects\wmi-scripting\vendor
31+
- node_modules -> package.json
32+
- c:\projects\wmi-scripting\vendor -> composer.json
3133
- c:\tools\%PHP_DIR%
3234

3335
install:

0 commit comments

Comments
 (0)