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:
17
17
18
18
install :
19
19
- export PATH="$PATH:$HOME/.composer/vendor/bin"
20
- - if php -v | grep -q 'PHP 7'; then composer tools; fi
20
+ - composer tools
21
21
- composer global require satooshi/php-coveralls ^1.0.0
22
22
- composer update --no-interaction
23
23
@@ -27,8 +27,8 @@ before_script:
27
27
28
28
script :
29
29
- " ! (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
32
32
- vendor/bin/codecept run $coverage
33
33
34
34
after_success :
You can’t perform that action at this time.
0 commit comments