Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 29e3b9e

Browse files
authored
Fix Travis build for 5.5
1 parent ec57027 commit 29e3b9e

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
@@ -6,14 +6,18 @@ php:
66
- 5.6
77
- 7.0
88
- 7.1
9-
- hhvm
109

1110
sudo: false
1211

1312
cache:
1413
directories:
1514
- $HOME/.composer/cache
1615

16+
matrix:
17+
include:
18+
- php: hhvm
19+
dist: trusty
20+
1721
before_install:
1822
- travis_retry composer self-update
1923

0 commit comments

Comments
 (0)