File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ language: php
3
3
php :
4
4
- 5.3
5
5
- 5.4
6
+ - 5.5
6
7
7
8
env :
8
9
- SYMFONY_VERSION=2.2.*
9
10
- SYMFONY_VERSION=2.3.*
10
11
- SYMFONY_VERSION=dev-master
11
12
12
13
before_script :
13
- - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
14
- - composer update
14
+ - composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
15
15
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
16
16
- php Tests/Functional/console doctrine:phpcr:init:dbal
17
17
- php Tests/Functional/console doctrine:phpcr:repository:init
@@ -21,3 +21,7 @@ script: phpunit --coverage-text
21
21
notifications :
22
22
irc : " irc.freenode.org#symfony-cmf"
23
23
24
+
25
+ matrix :
26
+ allow_failures :
27
+ - env : SYMFONY_VERSION=dev-master
You can’t perform that action at this time.
0 commit comments