Skip to content

Commit eb71e83

Browse files
authored
Merge pull request #39 from clue-labs/hhvm
Fix HHVM build for now again and ignore future HHVM build errors
2 parents b81d06d + b1ca166 commit eb71e83

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
@@ -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)