Skip to content

Commit

Permalink
[TASK] Adjust composer process for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Jun 19, 2020
1 parent a5c4dd1 commit a7b56de
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 @@ -41,7 +41,7 @@ install:
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
- cd c:\projects\php-project-workspace
# Remove xdebug dependency as performance testing is not relevant at this point.
- composer remove --dev ext-xdebug
- composer remove --dev --no-update ext-xdebug
- IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
- IF %dependencies%==current appveyor-retry composer install --no-progress --profile
- IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
Expand Down

0 comments on commit a7b56de

Please sign in to comment.