Add more PHP versions into travis CI

This commit is contained in:
Laurent Destailleur 2013-10-19 14:39:12 +02:00
parent f87afaac10
commit 4f39632937

View File

@ -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