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

Commit 8f84fb4

Browse files
committed
use trusty only for hhvm
1 parent 0cdf15f commit 8f84fb4

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)