Skip to content

Commit b2b2a46

Browse files
DevKit updates (#259)
1 parent 434932a commit b2b2a46

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.2
40-
env: SYMFONY_VERSION=4.0.*
40+
env: SYMFONY_VERSION=4.0.*
4141
- php: 7.1
4242
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4343
- php: 7.2
44-
env: SYMFONY_VERSION=3.3.*
44+
env: SYMFONY_VERSION=3.3.*
4545
- php: 7.2
46-
env: SYMFONY_VERSION=3.4.*
46+
env: SYMFONY_VERSION=3.4.*
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true
4949
allow_failures:

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
Branch | Travis | Coveralls |
1212
------ | ------ | --------- |
13+
2.1 | [![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
@@ -58,14 +59,14 @@ Thanks to
5859

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

61-
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
62-
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
62+
[travis_legacy_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=2.1
63+
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=2.1
6364
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
6465
[travis_link]: https://travis-ci.org/symfony-cmf/core-bundle
6566

66-
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
67-
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=master
68-
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
69-
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=master
67+
[coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=2.1
68+
[coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=2.1
69+
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=2.1
70+
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=2.1
7071
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
7172
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=master

0 commit comments

Comments
 (0)