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

Commit 5d010eb

Browse files
authored
use trusty for hhvm build
1 parent 74a85d5 commit 5d010eb

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: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
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)