Skip to content

Commit b9b14db

Browse files
authored
composer show breaks on AppVeyor
1 parent 1cd58aa commit b9b14db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ install:
5151
- IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
5252
- IF %dependencies%==current appveyor-retry composer install --no-progress --profile
5353
- IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
54-
- composer show
54+
#- composer show
5555

5656
## Run the actual test
5757
test_script:
5858
- cd c:\projects\php-project-workspace
59-
- vendor/bin/phpunit -c phpunit.xml.dist
59+
- vendor/bin/phpunit -c phpunit.xml.dist

0 commit comments

Comments
 (0)