Skip to content

Commit c9ebb9f

Browse files
committed
Merge branch '1.1' into 1.2
Conflicts: README.md
2 parents bab0dea + 29d1239 commit c9ebb9f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.2.*
109
- SYMFONY_VERSION=2.3.*
11-
- SYMFONY_VERSION=2.4.*
12-
- 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
1319

1420
before_script:
1521
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
@@ -19,7 +25,3 @@ script: phpunit --coverage-text
1925
notifications:
2026
irc: "irc.freenode.org#symfony-cmf"
2127
22-
23-
matrix:
24-
allow_failures:
25-
- env: SYMFONY_VERSION=dev-master

0 commit comments

Comments
 (0)