Skip to content

Commit 4e163dc

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent 1c6d820 commit 4e163dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ php:
99
- 7.1
1010
- hhvm
1111

12+
# also test against HHVM, but require "trusty" and ignore errors
13+
matrix:
14+
include:
15+
- php: hhvm
16+
dist: trusty
17+
allow_failures:
18+
- php: hhvm
19+
1220
install:
1321
- composer install --no-interaction
1422

0 commit comments

Comments
 (0)