Merge pull request #98 from JustinHook/travis-php-versions

Add PHP 5.5, 5.6 and HHVM to travis config
This commit is contained in:
Vance Lucas 2014-08-25 11:33:26 -05:00
commit db99d1dfd7

View File

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