Skip to content

Commit 488f2be

Browse files
committed
Test against PHP 7.3 and use legacy PHPUnit 5 on legacy HHVM
1 parent a0878a0 commit 488f2be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ php:
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
1415
dist: 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

0 commit comments

Comments
 (0)