Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 039884f

Browse files
authored
Merge pull request #49 from symfony-cmf/hhvm-trusty
use trusty for hhvm
2 parents dfc3c6b + cb7ae24 commit 039884f

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.1
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.0
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)