Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
DevKit updates (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Nov 13, 2018
1 parent 8bc1b9d commit 1bafb5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,15 @@ 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: TEST_INSTALLATION=true
env: SYMFONY_VERSION=3.4.*
fast_finish: true
allow_failures:
- env: TEST_INSTALLATION=true

before_install:
- phpenv config-rm xdebug.ini || true
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ list:
@echo 'unit_tests: will run unit tests only'
@echo 'functional_tests_phpcr: will run functional tests with PHPCR'

@echo 'test_installation: will run installation test'

include ${TESTING_SCRIPTS_DIR}/make/unit_tests.mk
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_phpcr.mk
include ${TESTING_SCRIPTS_DIR}/make/test_installation.mk

.PHONY: test
test: unit_tests functional_tests_phpcr
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/block-bundle/d/monthly)](https://packagist.org/packages/symfony-cmf/block-bundle)
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/block-bundle/d/daily)](https://packagist.org/packages/symfony-cmf/block-bundle)

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 @@ -60,14 +61,12 @@ Thanks to

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

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

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

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

0 comments on commit 1bafb5c

Please sign in to comment.