Skip to content

Commit 4f6256e

Browse files
committed
Added PHP 5.6 and HHVM to travis.yml
1 parent 6335e6c commit 4f6256e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ php:
66
- 5.3
77
- 5.4
88
- 5.5
9+
- 5.6
10+
- hhvm
11+
12+
matrix:
13+
allow_failures:
14+
- php: hhvm
915

1016
script:
1117
- phpunit -c ./unitTests/

0 commit comments

Comments
 (0)