File tree Expand file tree Collapse file tree 4 files changed +9
-41
lines changed Expand file tree Collapse file tree 4 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ checks:
2828tools :
2929 external_code_coverage :
3030 timeout : 600
31- runs : 3
31+ runs : 2
Original file line number Diff line number Diff line change 44 - 7.4
55 - 8.0
66
7+ cache :
8+ directories :
9+ - $HOME/.composer/cache
10+
711env :
8- matrix :
9- - COMPOSER_FLAGS="--prefer-lowest"
10- - COMPOSER_FLAGS=""
12+ - XDEBUG_MODE=coverage
1113
1214before_script :
13- - travis_retry composer self-update
14- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
15+ - travis_retry composer update --no-interaction --prefer-dist
1516
1617script :
18+ - vendor/bin/phpcs --standard=psr2 src/
1719 - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
1820
1921after_script :
Original file line number Diff line number Diff line change 1919 "php" : " ^7.4|^8.0"
2020 },
2121 "require-dev" : {
22- "phpunit/phpunit" : " ^9.3 " ,
22+ "phpunit/phpunit" : " ^9.5 " ,
2323 "squizlabs/php_codesniffer" : " ^3.6" ,
2424 "phpstan/phpstan" : " ^0.12.97" ,
2525 "mockery/mockery" : " ^1.4"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments