Commit 648d2ef7541b875b3cf8e62a17306c28145c8704

Authored by Andrew Kane
1 parent fc04aa35

Test against latest ES versions

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
.travis.yml
... ... @@ -16,7 +16,7 @@ cache:
16 16 directories:
17 17 - $HOME/elasticsearch
18 18 env:
19   - - ELASTICSEARCH_VERSION=7.6.0
  19 + - ELASTICSEARCH_VERSION=7.6.1
20 20 jdk: openjdk10
21 21 matrix:
22 22 include:
... ... @@ -24,7 +24,7 @@ matrix:
24 24 - gemfile: test/gemfiles/activerecord52.gemfile
25 25 env: ELASTICSEARCH_VERSION=7.0.0
26 26 - gemfile: test/gemfiles/activerecord51.gemfile
27   - env: ELASTICSEARCH_VERSION=6.8.6
  27 + env: ELASTICSEARCH_VERSION=6.8.7
28 28 - gemfile: test/gemfiles/activerecord50.gemfile
29 29 env: ELASTICSEARCH_VERSION=6.0.0
30 30 - gemfile: test/gemfiles/mongoid7.gemfile
... ...