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.
This commit is contained in:
Christophe Coevoet 2014-09-10 14:29:24 +02:00
parent 4b163e1b80
commit 8861fb9d95

View File

@ -8,10 +8,6 @@ php:
matrix: matrix:
include: include:
- php: 5.5
env: SYMFONY_VERSION='2.1.*'
- php: 5.5
env: SYMFONY_VERSION='2.2.*'
- php: 5.5 - php: 5.5
env: SYMFONY_VERSION='2.3.*' env: SYMFONY_VERSION='2.3.*'
- php: 5.5 - php: 5.5