Skip to content

Commit 2f20300

Browse files
committed
Fix composer install on appveyor
1 parent 6841092 commit 2f20300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
- cmd: choco feature enable -n=allowGlobalConfirmation
3838
- cmd: cinst wget
3939
- cmd: mkdir C:\projects\php-ds\bin
40-
- cmd: wget https://getcomposer.org/composer.phar -O C:\projects\php-ds\bin\composer.phar
40+
- cmd: cd C:\projects\php-ds\bin && appveyor DownloadFile https://getcomposer.org/composer.phar
4141

4242
build_script:
4343
- cmd: >-

0 commit comments

Comments
 (0)