Added PHP 5.6 and HHVM to travis.yml

This commit is contained in:
Tobias Nyholm 2014-07-09 12:18:09 +02:00
parent 6335e6c008
commit 4f6256e621
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
script:
- phpunit -c ./unitTests/