Skip to content

Commit e760221

Browse files
authored
use trusty for hhvm
1 parent 9cb4e1c commit e760221

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

@@ -23,6 +22,8 @@ matrix:
2322
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
2423
- php: 7.1
2524
env: SYMFONY_VERSION=3.1.*
25+
- php: hhvm
26+
dist: trusty
2627
fast_finish: true
2728

2829
before_install:

0 commit comments

Comments
 (0)