Skip to content

Commit a0add7f

Browse files
authored
Update .travis.yml
1 parent b222c2a commit a0add7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

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

98
env:
109
- PACKAGE_VERSION=high
@@ -15,6 +14,8 @@ matrix:
1514
include:
1615
- php: 5.6
1716
env: PACKAGE_VERSION=low
17+
- php: hhvm
18+
dist: trusty
1819

1920
before_script:
2021
- composer selfupdate

0 commit comments

Comments
 (0)