Skip to content

Commit ff4932f

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent 2a62a9c commit ff4932f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ php:
77
- 7.0
88
- 7.1
99
- nightly
10-
- hhvm
1110

11+
# also test against HHVM, but require "trusty" and ignore errors
1212
matrix:
13+
include:
14+
- php: hhvm
15+
dist: trusty
1316
allow_failures:
1417
- php: nightly
1518
- php: hhvm

0 commit comments

Comments
 (0)