Remove PHP 5.2 from travis. Travis not ready for this.

This commit is contained in:
Laurent Destailleur 2013-10-19 15:04:54 +02:00
parent 4f39632937
commit db9a329c1d

View File

@ -9,7 +9,7 @@ services:
# This will tell travis to run phpunit # This will tell travis to run phpunit
language: php language: php
php: php:
- "5.2" # - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available
- "5.3" - "5.3"
- "5.4" - "5.4"
- "5.5" - "5.5"