Skip to content

Commit 91bc784

Browse files
committed
CI: Fix AppVeyor integration
1 parent c86164c commit 91bc784

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
@@ -30,7 +30,7 @@ install:
3030
- echo extension=php_openssl.dll >> php.ini
3131
- echo extension=php_mbstring.dll >> php.ini
3232
- IF NOT EXIST C:\tools\composer.phar (cd C:\tools && appveyor DownloadFile https://getcomposer.org/composer-stable.phar)
33-
- copy composer-stable.phar composer.phar
33+
- rename C:\tools\composer-stable.phar composer.phar
3434
- cd C:\projects\php-cs-fixer
3535
- php C:\tools\composer.phar global show hirak/prestissimo -q || php C:\tools\composer.phar global require hirak/prestissimo
3636

0 commit comments

Comments
 (0)