Skip to content

Commit c9d44fa

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ php:
88
- 7
99
- hhvm
1010

11+
matrix:
12+
include:
13+
- php: hhvm
14+
dist: precise
15+
allow_failures:
16+
- php: hhvm
17+
1118
sudo: false
1219

1320
install:

0 commit comments

Comments
 (0)