We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ab30 commit bd1c358Copy full SHA for bd1c358
1 file changed
appveyor.yml
@@ -82,7 +82,6 @@ install:
82
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
83
- cd c:\projects\php-project-workspace
84
- composer self-update
85
- - composer require phpstan/phpstan "0.11.3"
86
87
build_script:
88
# postgres
@@ -112,4 +111,3 @@ on_success:
112
111
test_script:
113
114
- vendor\bin\phpunit --coverage-clover=coverage.xml
115
- - vendor\bin\phpstan analyse lib tests --level=1
0 commit comments