Skip to content

Commit f58c276

Browse files
authored
use trusty for hhvm build (#230)
1 parent f48a63e commit f58c276

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
@@ -2,7 +2,6 @@ language: php
22

33
php:
44
- 7.0
5-
- hhvm
65

76
sudo: false
87

@@ -26,6 +25,8 @@ matrix:
2625
env: DEPS=dev SYMFONY_VERSION=3.3.*
2726
- php: 7.1
2827
env: SYMFONY_VERSION=3.1.*
28+
- php: hhvm
29+
dist: trusty
2930
fast_finish: true
3031

3132
before_install:

0 commit comments

Comments
 (0)