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 1
1
language : php
2
2
3
3
php :
4
- - 5.3
5
- - 5.4
6
- - 5.5
4
+ - 5.3
5
+ - 5.4
6
+ - 5.5
7
7
8
8
env :
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
+
13
19
14
20
before_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
18
24
19
25
script : phpunit --coverage-text
You can’t perform that action at this time.
0 commit comments