Add PHP 5.5, 5.6 and HHVM to travis config

This commit is contained in:
Justin Hook 2014-08-24 22:39:21 +01:00
parent 517c8e3007
commit f20d64dbcb

View File

@ -5,6 +5,14 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script: before_script:
- composer install - composer install