Skip to content

Commit 371e0f5

Browse files
authored
Merge pull request #68 from WyriHaximus-labs/allow-hhvm-to-fail
Fix HHVM build for now again and ignore future HHVM build errors
2 parents 288b4f3 + a7ca743 commit 371e0f5

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