Skip to content

Commit 115c9ea

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent d726517 commit 115c9ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ php:
99
- nightly
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+
- php: nightly
20+
1221
install:
1322
- composer install
1423

0 commit comments

Comments
 (0)