Commit 622f5bff82b317fc1a0d429627ae5efaad271c90

Authored by Andrew Kane
1 parent db0e9847

Updated ES on Travis

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