mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
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:
commit
db99d1dfd7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user