Skip to content

Commit a8a5cfa

Browse files
authored
Merge pull request #368 from FriendsOfSymfony/hhvm-build
fix hhvm build on travis
2 parents 1b78e7f + 4b6d720 commit a8a5cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ php:
1717
- 5.6
1818
- 7.0
1919
- 7.1
20-
- hhvm
2120

2221
env:
2322
- SYMFONY_VERSION='3.1.*'
@@ -47,6 +46,9 @@ matrix:
4746
- php: 7.1
4847
env:
4948
- SYMFONY_VERSION='3.2.*'
49+
- php: hhvm
50+
dist: trusty
51+
5052
install:
5153
- pip install -qr Resources/doc/requirements.txt --user
5254

0 commit comments

Comments
 (0)