Skip to content

Commit f500d71

Browse files
DevKit updates (#229) - Fix readme buttons
1 parent 988ec6d commit f500d71

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ env:
3636
matrix:
3737
include:
3838
- php: 7.2
39-
env: SYMFONY_VERSION=4.0.*
39+
env: SYMFONY_VERSION=4.0.*
4040
- php: 7.1
4141
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4242
- php: 7.2
43-
env: SYMFONY_VERSION=3.3.*
43+
env: SYMFONY_VERSION=3.3.*
4444
- php: 7.2
45-
env: SYMFONY_VERSION=3.4.*
45+
env: SYMFONY_VERSION=3.4.*
4646
fast_finish: true
4747
allow_failures:
4848

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/routing/d/monthly)](https://packagist.org/packages/symfony-cmf/routing)
99
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/routing/d/daily)](https://packagist.org/packages/symfony-cmf/routing)
1010

11-
Branch | Travis | Coveralls |
11+
Version/Branch | Travis | Coveralls |
1212
------ | ------ | --------- |
13+
2.1.0 | [![Build Status][travis_stable_badge]][travis_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] |
1314
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
1415

1516
This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
@@ -67,14 +68,12 @@ Thanks to
6768

6869
This package is available under the [MIT license](src/Resources/meta/LICENSE).
6970

70-
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master
71-
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master
71+
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=2.x
7272
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master
73+
7374
[travis_link]: https://travis-ci.org/symfony-cmf/routing
7475

75-
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
76-
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master
77-
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
78-
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master
76+
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=2.x
77+
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=2.x
7978
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
8079
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master

0 commit comments

Comments
 (0)