Skip to content

Commit 63f65eb

Browse files
authored
Merge pull request #173 from phpcr/hhvm-trusty
build hhvm on trusty
2 parents b222c2a + a0add7f commit 63f65eb

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)