adjust to symfony 3.0 development having started. whenever there is a new 2.x branch in symfony, we should add it to the matrix

This commit is contained in:
David Buchmann 2014-11-14 16:33:17 +01:00
parent 2d8903a330
commit 2664fec35e

View file

@ -2,6 +2,7 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4
- 5.5 - 5.5
- 5.6 - 5.6
@ -9,10 +10,12 @@ matrix:
include: include:
- php: 5.5 - php: 5.5
env: SYMFONY_VERSION='2.3.*' env: SYMFONY_VERSION='2.3.*'
- php: 5.5
env: SYMFONY_VERSION='2.4.*'
- php: 5.5 - php: 5.5
env: SYMFONY_VERSION='2.5.*' env: SYMFONY_VERSION='2.5.*'
- php: 5.5 - php: 5.5
env: SYMFONY_VERSION='dev-master' env: SYMFONY_VERSION='2.6.*'
before_script: before_script:
- /usr/share/elasticsearch/bin/elasticsearch -v - /usr/share/elasticsearch/bin/elasticsearch -v