Skip to content

Commit 26bbabf

Browse files
authored
composer show breaks on AppVeyor
1 parent 372f132 commit 26bbabf

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
@@ -42,7 +42,7 @@ install:
4242
- IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
4343
- IF %dependencies%==current appveyor-retry composer install --no-progress --profile
4444
- IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
45-
- composer show
45+
#- composer show
4646

4747
## Run the actual test
4848
test_script:

0 commit comments

Comments
 (0)