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

Commit 679df80

Browse files
authored
use trusty for hhvm
1 parent 75ecf66 commit 679df80

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

@@ -25,6 +24,8 @@ matrix:
2524
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2625
- php: 7.0
2726
env: SYMFONY_VERSION=3.1.*
27+
- php: hhvm
28+
dist: trusty
2829
fast_finish: true
2930

3031
before_install:

0 commit comments

Comments
 (0)