Skip to content

Commit 06ec7d7

Browse files
authored
Use current HHVM
This provides the current HHVM version (3.17.1 as of this PR) and will track with each release (i.e. will be 3.18 when 3.18 is released). If testing against HHVM LST versions is desired follow this guide. https://docs.travis-ci.com/user/languages/php#HHVM-versions Should be able to change to container based Trusty after Q1-17 https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/
1 parent 51ab1d7 commit 06ec7d7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ cache:
66
directories:
77
- $HOME/.composer/cache/files
88

9-
## PHP versions we test against
10-
php:
11-
- 7.0
12-
- 7.1
13-
- nightly
14-
- hhvm
15-
16-
## Build matrix for lowest and highest possible targets
9+
## Build matrix for PHP versions we test against with lowest and highest possible targets
1710
matrix:
1811
include:
1912
- php: 7.0
@@ -23,6 +16,9 @@ matrix:
2316
- php: nightly
2417
env: dependencies=lowest
2518
- php: hhvm
19+
sudo: true
20+
dist: trusty
21+
group: edge # until the next major travis stable update
2622
env: dependencies=lowest
2723
- php: 7.0
2824
env: dependencies=highest
@@ -31,6 +27,9 @@ matrix:
3127
- php: nightly
3228
env: dependencies=highest
3329
- php: hhvm
30+
sudo: true
31+
dist: trusty
32+
group: edge # until the next major travis stable update
3433
env: dependencies=highest
3534
allow_failures:
3635
- php: hhvm

0 commit comments

Comments
 (0)