Skip to content

Commit

Permalink
minor #4912 CI: Fix AppVeyor integration (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.15 branch.

Discussion
----------

CI: Fix AppVeyor integration

Commits
-------

91bc784 CI: Fix AppVeyor integration
  • Loading branch information
keradus committed Apr 10, 2020
2 parents 9640a31 + 91bc784 commit 4893ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_mbstring.dll >> php.ini
- IF NOT EXIST C:\tools\composer.phar (cd C:\tools && appveyor DownloadFile https://getcomposer.org/composer-stable.phar)
- copy composer-stable.phar composer.phar
- rename C:\tools\composer-stable.phar composer.phar
- cd C:\projects\php-cs-fixer
- php C:\tools\composer.phar global show hirak/prestissimo -q || php C:\tools\composer.phar global require hirak/prestissimo

Expand Down

0 comments on commit 4893ab0

Please sign in to comment.