File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
env :
9
- - SYMFONY_VERSION=2.2.*
10
9
- SYMFONY_VERSION=2.3.*
11
10
- SYMFONY_VERSION=2.4.*
12
11
- SYMFONY_VERSION=dev-master
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.1.0-RC2
5
+ ---------
6
+
7
+ * ** 2014-04-11** : drop Symfony 2.2 compatibility
8
+
4
9
1.1.0-RC1
5
10
---------
6
11
Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
7
7
env :
8
- - SYMFONY_VERSION=2.1.*
9
- - SYMFONY_VERSION=2.2.*
10
8
- SYMFONY_VERSION=2.3.*
9
+ - SYMFONY_VERSION=2.4.*
10
+ - SYMFONY_VERSION=dev-master
11
11
12
12
before_script :
13
13
- ./vendor/symfony-cmf/testing/bin/init-travis/phpcr_odm_doctrine_dbal.sh
@@ -17,3 +17,7 @@ script: phpunit --coverage-text
17
17
notifications :
18
18
irc : " irc.freenode.org#symfony-cmf"
19
19
20
+
21
+ matrix :
22
+ allow_failures :
23
+ - env : SYMFONY_VERSION=dev-master
You can’t perform that action at this time.
0 commit comments