File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.3
5- - 5.4
6- - 5.5
4+ - 5.3
5+ - 5.4
6+ - 5.5
77
88env :
9- - SYMFONY_VERSION=2.0.7
10- - SYMFONY_VERSION=2.1.*
11- - SYMFONY_VERSION=2.2.*
12- - SYMFONY_VERSION=dev-master
9+ - SYMFONY_VERSION=2.0.7
10+ - SYMFONY_VERSION=2.1.*
11+ - SYMFONY_VERSION=2.2.*
12+ - SYMFONY_VERSION=2.3.*
13+ - SYMFONY_VERSION=dev-master
14+
15+ matrix :
16+ allow_failures :
17+ - env : SYMFONY_VERSION=dev-master
18+
1319
1420before_script :
15- - curl -s http://getcomposer.org/installer | php
16- - php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
17- - php composer.phar update
21+ - curl -s http://getcomposer.org/installer | php
22+ - php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
23+ - php composer.phar update
1824
1925script : phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments