File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
- 7.1
10
10
- 7.2
11
11
- 7.3
12
- - hhvm # ignore errors, see below
12
+ # - hhvm # requires legacy phpunit & ignore errors, see below
13
13
14
14
# lock distro so new future defaults will not break the build
15
15
dist : trusty
@@ -18,6 +18,8 @@ matrix:
18
18
include :
19
19
- php : 5.3
20
20
dist : precise
21
+ - php : hhvm
22
+ install : composer require phpunit/phpunit:^5 --dev --no-interaction
21
23
allow_failures :
22
24
- php : hhvm
23
25
Original file line number Diff line number Diff line change 7
7
"php" : " >=5.3.0"
8
8
},
9
9
"require-dev" : {
10
- "phpunit/phpunit" : " ~4.8.35 || ^5.7 || ^6.4 "
10
+ "phpunit/phpunit" : " ^7.0 || ^6.4 || ^5.7 || ^4.8.35 "
11
11
},
12
12
"suggest" : {
13
13
"ext-event" : " ~1.0 for ExtEventLoop" ,
Original file line number Diff line number Diff line change 8
8
convertWarningsToExceptions =" true"
9
9
processIsolation =" false"
10
10
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
11
bootstrap =" vendor/autoload.php"
13
12
>
14
13
<testsuites >
You can’t perform that action at this time.
0 commit comments