Skip to content

Commit 7bd2ede

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent c2c01bb commit 7bd2ede

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ php:
66
- 5.5
77
- 5.6
88
- 7
9-
- hhvm
9+
10+
# also test against HHVM, but require "trusty" and ignore errors
11+
matrix:
12+
include:
13+
- php: hhvm
14+
dist: trusty
15+
allow_failures:
16+
- php: hhvm
1017

1118
sudo: false
1219

0 commit comments

Comments
 (0)