File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
1717# Commands to be run before your environment runs.
1818before_script :
1919 - composer self-update
20- - composer require phpstan/phpstan "0.11.3"
20+ # - composer require phpstan/phpstan "0.11.3"
2121 - mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
2222 - mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
2323 - psql -c 'CREATE DATABASE ez_test;' -U postgres
@@ -32,4 +32,4 @@ after_success:
3232# Commands you want to run that will verify your build.
3333script :
3434 - vendor/bin/phpunit --coverage-clover=coverage.xml
35- - vendor/bin/phpstan analyse lib tests --level=1
35+ # - vendor/bin/phpstan analyse lib tests --level=1
You can’t perform that action at this time.
0 commit comments