File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - 7.0
99 - 7.1
1010 - 7.2
11- - hhvm # ignore errors, see below
11+ - 7.3
12+ # - hhvm # requires legacy phpunit & ignore errors, see below
1213
1314# lock distro so new future defaults will not break the build
1415dist : trusty
@@ -17,6 +18,8 @@ matrix:
1718 include :
1819 - php : 5.3
1920 dist : precise
21+ - php : hhvm
22+ install : composer require phpunit/phpunit:^5 --dev --no-interaction
2023 allow_failures :
2124 - php : hhvm
2225
Original file line number Diff line number Diff line change 1313 },
1414 "require-dev" : {
1515 "clue/block-react" : " ^1.2" ,
16- "phpunit/phpunit" : " ^6.4 || ^5.7 || ^4.8.35"
16+ "phpunit/phpunit" : " ^7.0 || ^ 6.4 || ^5.7 || ^4.8.35"
1717 },
1818 "autoload" : {
1919 "psr-4" : { "React\\ Dns\\ " : " src" }
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 bootstrap =" vendor/autoload.php"
1312>
1413 <testsuites >
You can’t perform that action at this time.
0 commit comments