Skip to content

Commit 39a0809

Browse files
committed
Added PHP 5.6 and HHVM to travis.yml
1 parent 07b195e commit 39a0809

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- hhvm
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
713

814
script:
915
- vendor/bin/phpunit

0 commit comments

Comments
 (0)