File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 - REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
88
99environment :
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
2325matrix :
2426 fast_finish : true
2527
2628cache :
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
3335install :
You can’t perform that action at this time.
0 commit comments