Skip to content

Commit b1ca166

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent b81d06d commit b1ca166

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

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

1219
sudo: false
1320

0 commit comments

Comments
 (0)