We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd58aa commit b9b14dbCopy full SHA for b9b14db
appveyor.yml
@@ -51,9 +51,9 @@ install:
51
- IF %dependencies%==lowest appveyor-retry composer update --prefer-lowest --no-progress --profile -n
52
- IF %dependencies%==current appveyor-retry composer install --no-progress --profile
53
- IF %dependencies%==highest appveyor-retry composer update --no-progress --profile -n
54
- - composer show
+ #- composer show
55
56
## Run the actual test
57
test_script:
58
- cd c:\projects\php-project-workspace
59
- - vendor/bin/phpunit -c phpunit.xml.dist
+ - vendor/bin/phpunit -c phpunit.xml.dist
0 commit comments