Commit 931648fc764519ca091da133aa7b9e71312b8be1

Authored by Andrew Kane
1 parent baf9a8fe

Test against Elasticsearch 7.9.0 and 6.8.12 on Travis

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -15,7 +15,7 @@ cache: @@ -15,7 +15,7 @@ cache:
15 directories: 15 directories:
16 - $HOME/elasticsearch 16 - $HOME/elasticsearch
17 env: 17 env:
18 - - ELASTICSEARCH_VERSION=7.8.1 18 + - ELASTICSEARCH_VERSION=7.9.0
19 jdk: openjdk11 19 jdk: openjdk11
20 jobs: 20 jobs:
21 include: 21 include:
@@ -26,7 +26,7 @@ jobs: @@ -26,7 +26,7 @@ jobs:
26 env: ELASTICSEARCH_VERSION=7.0.0 26 env: ELASTICSEARCH_VERSION=7.0.0
27 - rvm: 2.5 27 - rvm: 2.5
28 gemfile: test/gemfiles/activerecord51.gemfile 28 gemfile: test/gemfiles/activerecord51.gemfile
29 - env: ELASTICSEARCH_VERSION=6.8.11 29 + env: ELASTICSEARCH_VERSION=6.8.12
30 - rvm: 2.4 30 - rvm: 2.4
31 gemfile: test/gemfiles/activerecord50.gemfile 31 gemfile: test/gemfiles/activerecord50.gemfile
32 env: ELASTICSEARCH_VERSION=6.0.0 32 env: ELASTICSEARCH_VERSION=6.0.0