Skip to content

Commit 010bfd9

Browse files
authored
Merge pull request facebookarchive#798 from Nyholm/patch-1
Fixed build on HHVM
2 parents 7cc23a4 + 8727576 commit 010bfd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ php:
44
- 5.6
55
- 7.0
66
- 7.1
7-
- hhvm
87

98
sudo: false
109

1110
cache:
1211
directories:
1312
- $HOME/.composer/cache
1413

14+
matrix:
15+
include:
16+
- php: hhvm
17+
dist: trusty
18+
1519
before_install:
1620
- travis_retry composer self-update
1721

0 commit comments

Comments
 (0)