Commit 3b0cbff65972710f78a6679b2d0cdac02cbf0814
1 parent
0b161d2a
Exists in
master
and in
8 other branches
Test against Elasticsearch 6.8.9 as well
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -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.8 | |
29 | + env: ELASTICSEARCH_VERSION=6.8.9 | |
30 | 30 | - rvm: 2.4 |
31 | 31 | gemfile: test/gemfiles/activerecord50.gemfile |
32 | 32 | env: ELASTICSEARCH_VERSION=6.0.0 | ... | ... |