mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
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:
parent
4b163e1b80
commit
8861fb9d95
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue