Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ env:
matrix:
include:
- php: 7.2
env: SYMFONY_VERSION=4.0.*
env: SYMFONY_VERSION=4.0.*
- php: 7.1
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.2
env: SYMFONY_VERSION=3.3.*
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
env: SYMFONY_VERSION=3.4.*
fast_finish: true
allow_failures:

Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/routing/d/monthly)](https://packagist.org/packages/symfony-cmf/routing)
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/routing/d/daily)](https://packagist.org/packages/symfony-cmf/routing)

Branch | Travis | Coveralls |
Version/Branch | Travis | Coveralls |
------ | ------ | --------- |
2.1.0 | [![Build Status][travis_stable_badge]][travis_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] |
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |

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

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

[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=2.x
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master

[travis_link]: https://travis-ci.org/symfony-cmf/routing

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