Skip to content

Commit 1aa57c6

Browse files
committed
Merge branch '1.2'
Conflicts: .travis.yml
2 parents 3d3e624 + 48be48d commit 1aa57c6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ php:
88
- hhvm
99

1010
env:
11-
SYMFONY_VERSION=2.3.*
11+
- SYMFONY_VERSION=2.5.*
1212

1313
matrix:
1414
allow_failures:
1515
- env: SYMFONY_VERSION=dev-master
1616
include:
1717
- php: 5.5
18-
env: SYMFONY_VERSION=2.2.*
18+
env: SYMFONY_VERSION=2.3.*
1919
- php: 5.5
2020
env: SYMFONY_VERSION=2.4.*
21-
- php: 5.5
22-
env: SYMFONY_VERSION=2.5.*
2321
- php: 5.5
2422
env: SYMFONY_VERSION=dev-master
2523

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Symfony CMF Routing Component
22

3-
[![Build Status](https://secure.travis-ci.org/symfony-cmf/Routing.png?branch=master)](http://travis-ci.org/symfony-cmf/Routing)
3+
[![Build Status](https://secure.travis-ci.org/symfony-cmf/Routing.png?branch=1.2)](http://travis-ci.org/symfony-cmf/Routing)
44
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/version.png)](https://packagist.org/packages/symfony-cmf/routing)
55
[![Total Downloads](https://poser.pugx.org/symfony-cmf/routing/d/total.png)](https://packagist.org/packages/symfony-cmf/routing)
66

0 commit comments

Comments
 (0)