File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ matrix:
1717
1818install :
1919 - export PATH="$PATH:$HOME/.composer/vendor/bin"
20- - if php -v | grep -q 'PHP 7'; then composer tools; fi
20+ - composer tools
2121 - composer global require satooshi/php-coveralls ^1.0.0
2222 - composer update --no-interaction
2323
@@ -27,8 +27,8 @@ before_script:
2727
2828script :
2929 - " ! (composer outdated --direct | grep ^)"
30- - if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
31- - if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=4 --configuration=phpstan.neon src tests; fi
30+ - vendor-tools/bin/php-cs-fixer fix --dry-run
31+ - vendor-tools/bin/phpstan analyse --level=5 --configuration=phpstan.neon src tests
3232 - vendor/bin/codecept run $coverage
3333
3434after_success :
You can’t perform that action at this time.
0 commit comments