Commit f9499c6622dc925251a98cd5e75f57a02eb0d474

Authored by Andrew Kane
1 parent bfb5438a

Use Elasticsearch 5.5 as default for tests [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -20,7 +20,7 @@ gemfile:
20 20 - test/gemfiles/mongoid5.gemfile
21 21 - test/gemfiles/mongoid6.gemfile
22 22 env:
23   - - ELASTICSEARCH_VERSION=5.4.0
  23 + - ELASTICSEARCH_VERSION=5.5.0
24 24 jdk: oraclejdk8
25 25 matrix:
26 26 include:
... ...