From 268a4b67e9d914d2c7893542811ce048c6f21c59 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 9 Dec 2013 02:11:39 +0100 Subject: [PATCH] Fix: 3.2 was ok with PHP 5.3 only, not 5.4 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3706debce3e..1b229dec8b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ services: language: php php: - "5.3" - - "5.4" env: - DB=mysql -- GitLab