Skip to content

Commit 591d106

Browse files
authored
Fixed broken build on HHVM
1 parent 2352f90 commit 591d106

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8-
- hhvm
8+
- 7.1
9+
10+
matrix:
11+
include:
12+
- php: hhvm
13+
dist: trusty
914

1015
before_script:
1116
- travis_retry composer self-update

0 commit comments

Comments
 (0)