Skip to content

Commit 014eae3

Browse files
committed
Fix HHVM build for now again and ignore future HHVM build errors
1 parent 32f0eb3 commit 014eae3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ php:
66
- 5.5
77
- 5.6
88
- 7
9-
- hhvm
109

10+
# also test against HHVM, but require "trusty" and ignore errors
11+
# also test lowest dependencies on PHP 5.3 and PHP 7
1112
matrix:
1213
include:
1314
- php: 5.3
@@ -16,6 +17,8 @@ matrix:
1617
- php: 7.0
1718
env:
1819
- DEPENDENCIES=lowest
20+
- php: hhvm
21+
dist: trusty
1922
allow_failures:
2023
- php: hhvm
2124

0 commit comments

Comments
 (0)