File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ matrix:
3131 - php : 7.2
3232 env : SYMFONY_VERSION="^3"
3333
34+ before_install :
35+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
36+
3437install :
3538 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
3639 - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
Original file line number Diff line number Diff line change @@ -48,9 +48,7 @@ C: Basic Bundle Configuration
4848-----------------------------
4949
5050The basic minimal configuration for FOSElasticaBundle is one client with one Elasticsearch
51- index. In almost all cases, an application will only need a single index. An index can
52- be considered comparable to a Doctrine Entity Manager, where the index will hold multiple
53- type definitions.
51+ index.
5452
5553``` yaml
5654# app/config/config.yml
You can’t perform that action at this time.
0 commit comments