File tree Expand file tree Collapse file tree 3 files changed +13
-18
lines changed
Expand file tree Collapse file tree 3 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 11language : php
22
3- php :
4- # - 5.3 # requires old distro, see below
5- - 5.4
6- - 5.5
7- - 5.6
8- - 7.0
9- # - 7.0 # Mac OS X test setup, ignore errors, see below
10- - 7.1
11- - 7.2
12- - 7.3
13- - nightly # ignore errors, see below
14- - hhvm # ignore errors, see below
15-
163# lock distro so new future defaults will not break the build
174dist : trusty
185
196matrix :
207 include :
218 - php : 5.3
229 dist : precise
23- include :
10+ - php : 5.4
11+ - php : 5.5
12+ - php : 5.6
13+ - php : 7.0
14+ - php : 7.1
15+ - php : 7.2
16+ - php : 7.3
17+ - php : 7.4
18+ - php : hhvm-3.18
19+ install :
20+ - composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit
2421 - os : osx
2522 language : generic
2623 php : 7.0 # just to look right on travis
2724 env :
2825 - PACKAGE : php70
2926 allow_failures :
30- - php : nightly
31- - php : hhvm
27+ - php : hhvm-3.18
3228 - os : osx
3329
3430install :
Original file line number Diff line number Diff line change 99 "evenement/evenement" : " ^3.0 || ^2.0 || ^1.0"
1010 },
1111 "require-dev" : {
12- "phpunit/phpunit" : " ^6.4 || ^5.7 || ^4.8.35" ,
12+ "phpunit/phpunit" : " ^7.0 || ^ 6.4 || ^5.7 || ^4.8.35" ,
1313 "clue/stream-filter" : " ~1.2"
1414 },
1515 "autoload" : {
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