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

Commit 7e4429e

Browse files
authored
Merge pull request #150 from symfony-cmf/hhvm-trusty
use trusty only for hhvm
2 parents 0cdf15f + 8f84fb4 commit 7e4429e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 7.1
77

88
sudo: required
9-
dist: trusty
109

1110
cache:
1211
directories:
@@ -21,9 +20,12 @@ env:
2120
matrix:
2221
include:
2322
- php: 5.6
23+
dist: trusty
2424
env:
2525
- LANG=js
2626
- NODE_RELEASE=6.x
27+
- php: hhvm
28+
dist: trusty
2729
exclude:
2830
- php: 5.6
2931
env: NODE_RELEASE=6.x

0 commit comments

Comments
 (0)