We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0878a0 commit 488f2beCopy full SHA for 488f2be
1 file changed
.travis.yml
@@ -8,7 +8,8 @@ php:
8
- 7.0
9
- 7.1
10
- 7.2
11
- - hhvm # ignore errors, see below
+ - 7.3
12
+# - hhvm # requires legacy phpunit & ignore errors, see below
13
14
# lock distro so new future defaults will not break the build
15
dist: trusty
@@ -17,6 +18,8 @@ matrix:
17
18
include:
19
- php: 5.3
20
dist: precise
21
+ - php: hhvm
22
+ install: composer require phpunit/phpunit:^5 --dev --no-interaction
23
allow_failures:
24
- php: hhvm
25
0 commit comments