We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6841092 commit 2f20300Copy full SHA for 2f20300
appveyor.yml
@@ -37,7 +37,7 @@ install:
37
- cmd: choco feature enable -n=allowGlobalConfirmation
38
- cmd: cinst wget
39
- cmd: mkdir C:\projects\php-ds\bin
40
-- cmd: wget https://getcomposer.org/composer.phar -O C:\projects\php-ds\bin\composer.phar
+- cmd: cd C:\projects\php-ds\bin && appveyor DownloadFile https://getcomposer.org/composer.phar
41
42
build_script:
43
- cmd: >-
0 commit comments