Commit 7c839b5f5d5fe93c4519cd57f57d4e963458b682
1 parent
e1837fee
Exists in
master
and in
8 other branches
Bumped Elasticsearch versions 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.7.0 | |
18 | + - ELASTICSEARCH_VERSION=7.7.1 | |
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.9 | |
29 | + env: ELASTICSEARCH_VERSION=6.8.10 | |
30 | 30 | - rvm: 2.4 |
31 | 31 | gemfile: test/gemfiles/activerecord50.gemfile |
32 | 32 | env: ELASTICSEARCH_VERSION=6.0.0 | ... | ... |