Add more PHP versions into travis CI
This commit is contained in:
parent
f87afaac10
commit
4f39632937
@ -9,8 +9,10 @@ services:
|
|||||||
# This will tell travis to run phpunit
|
# This will tell travis to run phpunit
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
|
- "5.2"
|
||||||
- "5.3"
|
- "5.3"
|
||||||
- "5.4"
|
- "5.4"
|
||||||
|
- "5.5"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user