Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
parent
6335e6c008
commit
4f6256e621
|
@ -6,6 +6,12 @@ php:
|
|||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
script:
|
||||
- phpunit -c ./unitTests/
|
||||
|
|
Loading…
Reference in New Issue