Skip to content

Commit

Permalink
feat(ES5): Drop support for Elasticsearch 5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This drops Elasticsearch 5 from the test matrix for this repo. While
it makes no other changes, it's a breaking change as it marks the point
where we stop supporting ES5.

This allows us to make changes that support only ES6/7 as we add support
for Elasticsearch 7.

Connects pelias/pelias#831
  • Loading branch information
orangejulius committed Jan 7, 2020
1 parent 77bb7fe commit 992e639
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ matrix:
fast_finish: true
env:
matrix:
- ES_VERSION=5.6.12 ES_TYPE=doc JDK_VERSION=oraclejdk8
- ES_VERSION=5.6.12 ES_TYPE=doc JDK_VERSION=oraclejdk11
- ES_VERSION=6.8.5 ES_TYPE=doc JDK_VERSION=oraclejdk8
- ES_VERSION=6.8.5 ES_TYPE=doc JDK_VERSION=oraclejdk11
- ES_VERSION=6.8.5 ES_TYPE=_doc JDK_VERSION=oraclejdk8
Expand Down

0 comments on commit 992e639

Please sign in to comment.