Skip to content

Commit 0402404

Browse files
DevKit updates (#262) - Remove Installation Tests
* DevKit updates * DevKit updates
1 parent dfe7f8e commit 0402404

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ matrix:
4444
env: SYMFONY_VERSION=3.3.*
4545
- php: 7.2
4646
env: SYMFONY_VERSION=3.4.*
47-
- env: TEST_INSTALLATION=true
4847
fast_finish: true
4948
allow_failures:
50-
- env: TEST_INSTALLATION=true
5149

5250
before_install:
5351
- phpenv config-rm xdebug.ini || true

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ list:
2626
@echo 'unit_tests: will run unit tests only'
2727
@echo 'functional_tests_phpcr: will run functional tests with PHPCR'
2828

29-
@echo 'test_installation: will run installation test'
29+
3030
include ${TESTING_SCRIPTS_DIR}/make/unit_tests.mk
3131
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_phpcr.mk
32-
include ${TESTING_SCRIPTS_DIR}/make/test_installation.mk
3332

3433
.PHONY: test
3534
test: unit_tests functional_tests_phpcr

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/core-bundle/d/monthly)](https://packagist.org/packages/symfony-cmf/core-bundle)
99
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/core-bundle/d/daily)](https://packagist.org/packages/symfony-cmf/core-bundle)
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
@@ -44,7 +45,7 @@ For general support and questions, please use [StackOverflow](http://stackoverfl
4445
## Contributing
4546

4647
Pull requests are welcome. Please see our
47-
[CONTRIBUTING](https://github.com/symfony-cmf/core-bundle/blob/master/CONTRIBUTING.md)
48+
[CONTRIBUTING](https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md)
4849
guide.
4950

5051
Unit and/or functional tests exist for this package. See the
@@ -58,14 +59,12 @@ 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_stable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=2.x
6363
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
64+
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_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=2.x
68+
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=2.x
7069
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
7170
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=master

0 commit comments

Comments
 (0)