Skip to content

Commit 901df0a

Browse files
committed
[travis] Add min/max/hhvm php runtimes to matrix
1 parent df143f2 commit 901df0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ sudo: false
22
language: php
33

44
php:
5+
- 5.5
56
- nightly
7+
- hhvm
68

79
cache:
810
directories:
@@ -59,4 +61,5 @@ matrix:
5961

6062
allow_failures:
6163
- php: nightly
64+
- php: hhvm
6265
fast_finish: true

0 commit comments

Comments
 (0)