File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 66 - 5.5
77
88env :
9- - SYMFONY_VERSION=2.2.*
10- - SYMFONY_VERSION=2.3.*
11- - SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.* symfony/routing:2.4.*'
12- - SYMFONY_VERSION=2.4.*
13- - SYMFONY_VERSION='dev-master symfony/event-dispatcher:~2.5@dev symfony/http-kernel:~2.5@dev'
9+ - SYMFONY_VERSION=2.5.*
10+
11+ matrix :
12+ allow_failures :
13+ - env : SYMFONY_VERSION=dev-master
14+ include :
15+ - php : 5.5
16+ env : SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.* symfony/routing:2.4.*'
17+ - php : 5.5
18+ env : SYMFONY_VERSION=2.4.*
19+ - php : 5.5
20+ env : SYMFONY_VERSION='dev-master symfony/debug:~2.6@dev symfony/http-kernel:~2.6@dev'
1421
1522before_script :
23+ - composer self-update
1624 - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
1725 - composer update --prefer-source
1826
You can’t perform that action at this time.
0 commit comments