Skip to content

Commit 4f11ff3

Browse files
committed
Merge branch '1.0' into 1.1
Conflicts: Doctrine/Phpcr/NonTranslatableMetadataListener.php Templating/Helper/CmfHelper.php
2 parents 3c8168c + 1da00db commit 4f11ff3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ php:
77

88
env:
99
- SYMFONY_VERSION=2.3.*
10-
- SYMFONY_VERSION=2.4.*
11-
- SYMFONY_VERSION=dev-master
10+
11+
matrix:
12+
allow_failures:
13+
- env: SYMFONY_VERSION=dev-master
14+
include:
15+
- php: 5.5
16+
env: SYMFONY_VERSION=2.2.*
17+
- php: 5.5
18+
env: SYMFONY_VERSION=dev-master
1219

1320
before_script:
1421
- composer self-update
@@ -19,7 +26,3 @@ script: phpunit --coverage-text
1926
notifications:
2027
irc: "irc.freenode.org#symfony-cmf"
2128
email: "symfony-cmf-devs@googlegroups.com"
22-
23-
matrix:
24-
allow_failures:
25-
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)