File tree Expand file tree Collapse file tree 3 files changed +534
-215
lines changed Expand file tree Collapse file tree 3 files changed +534
-215
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ before_script:
9
9
- composer self-update
10
10
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader
11
11
- composer install --prefer-source --no-interaction --dev
12
+ - echo 'xdebug.mode = coverage' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
12
13
13
14
script :
14
15
- composer test
15
16
16
17
after_success :
17
- - php vendor/bin/php-coveralls --verbose
18
+ - php vendor/bin/php-coveralls --verbose
Original file line number Diff line number Diff line change 19
19
"php" : " ^7.2"
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^8.4" ,
22
+ "phpunit/phpunit" : " ^8.4|^9.4 " ,
23
23
"php-coveralls/php-coveralls" : " ^2.2" ,
24
24
"squizlabs/php_codesniffer" : " *" ,
25
25
"phpstan/phpstan" : " ^0.12.5"
You can’t perform that action at this time.
0 commit comments