Skip to content

Commit ace6c0a

Browse files
committed
remove outdated elasticsearch doc
types and indexes difference is removed with ES 6 also disable xdebug when not using coverage
1 parent 2aac027 commit ace6c0a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3437
install:
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

doc/setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ C: Basic Bundle Configuration
4848
-----------------------------
4949

5050
The 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

0 commit comments

Comments
 (0)