File tree Expand file tree Collapse file tree 3 files changed +4
-35
lines changed
Expand file tree Collapse file tree 3 files changed +4
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ dist: trusty
22language : php
33
44php :
5- - 7.1
65 - 7.2
76 - 7.3
7+ - 7.4
88
99# This triggers builds to run on the new TravisCI infrastructure.
1010# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -17,12 +17,12 @@ cache:
1717
1818matrix :
1919 include :
20- - php : 7.1
20+ - php : 7.2
2121 env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
2222
2323before_script :
2424 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
2525
2626script :
2727 - vendor/bin/phpcs --standard=psr2 src/
28- - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
28+ - XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "phpunit/phpunit" : " >=7.0" ,
25- "squizlabs/php_codesniffer" : " ^3.0 "
25+ "squizlabs/php_codesniffer" : " ^3.5.8 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
You can’t perform that action at this time.
0 commit comments