File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,9 @@ install:
44
44
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
45
45
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
46
46
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
47
- # - ./vendor/bin/simple-phpunit install
48
47
49
48
script :
50
49
- composer validate --strict --no-check-lock
51
- # simple-phpunit is the PHPUnit wrapper provided by the PHPUnit Bridge component and
52
- # it helps with testing legacy code and deprecations (composer require symfony/phpunit-bridge)
53
- # - ./vendor/bin/simple-phpunit $PHPUNIT_FLAGS
54
50
- composer phpstan
55
51
- ./vendor/bin/phpunit
56
52
You can’t perform that action at this time.
0 commit comments