From fb0ec34ad09aca211e6b7cf67f3b9ceed1cfcd2c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 8 Nov 2014 00:53:58 +0100 Subject: [PATCH] Restore travis full test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b43da18be2..6860cf334be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ language: php php: # - "5.2" is not supported because pyrus to install PHP_Codesniffer is not available - "5.3" -# - "5.4" -# - "5.5" + - "5.4" + - "5.5" env: - DB=mysql -- GitLab