Skip to content

Commit b0f6e38

Browse files
authored
add back php versions with no env options
add an hhvm current with no env options
1 parent 5d4aee8 commit b0f6e38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

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

9+
-## PHP versions we test against for current composer dependancies
10+
-php:
11+
- - 7.0
12+
- - 7.1
13+
- - nightly
14+
915
## Build matrix for PHP versions we test against with lowest and highest possible targets
1016
matrix:
1117
include:
@@ -31,6 +37,10 @@ matrix:
3137
dist: trusty
3238
group: edge # until the next major travis stable update
3339
env: dependencies=highest
40+
- php: hhvm
41+
sudo: true
42+
dist: trusty
43+
group: edge # until the next major travis stable update
3444
allow_failures:
3545
- php: hhvm
3646

0 commit comments

Comments
 (0)