From 8861fb9d95de56779b45fb0ef4b291cb5a39fec8 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 10 Sep 2014 14:29:24 +0200 Subject: [PATCH] Remove EOLed Symfony versions from Travis Currently, the testsuite relies on SensioFrameworkExtraBundle 3.x which requires Symfony 2.3+. Given that 2.1 and 2.2 are EOLed, removing them from Travis is simpler than updating the testsuite to support them. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43bd39b..55eb5c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,6 @@ php: matrix: include: - - php: 5.5 - env: SYMFONY_VERSION='2.1.*' - - php: 5.5 - env: SYMFONY_VERSION='2.2.*' - php: 5.5 env: SYMFONY_VERSION='2.3.*' - php: 5.5