Skip to content

Commit c1bd5eb

Browse files
committed
Ignore unrelated HHVM build errors on Travis
1 parent a4f78b4 commit c1bd5eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- 7.0
99
- 7.1
1010
- 7.2
11-
- hhvm
11+
- hhvm # ignore errors, see below
1212

1313
# lock distro so new future defaults will not break the build
1414
dist: trusty
@@ -17,6 +17,8 @@ matrix:
1717
include:
1818
- php: 5.3
1919
dist: precise
20+
allow_failures:
21+
- php: hhvm
2022

2123
sudo: false
2224

0 commit comments

Comments
 (0)