From db9a329c1deb987cb9bf7889ccb0696a672bd310 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Oct 2013 15:04:54 +0200 Subject: [PATCH] Remove PHP 5.2 from travis. Travis not ready for this. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf608f7f230..0a9c00a36a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ services: # This will tell travis to run phpunit language: php php: - - "5.2" +# - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available - "5.3" - "5.4" - "5.5"