Skip to content

Commit a7ca743

Browse files
authored
Use reactphp/socket#109 as suggested by @clue for HHVM travis config
1 parent 68ea6f1 commit a7ca743

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ php:
66
- 5.5
77
- 5.6
88
- 7
9-
- hhvm
109

10+
# also test against HHVM, but require "trusty" and ignore errors
1111
matrix:
12+
include:
13+
- php: hhvm
14+
dist: trusty
1215
allow_failures:
1316
- php: hhvm
1417

0 commit comments

Comments
 (0)