Commit f45b0a641b75df1143b7b4d10426c35a5aa62d9e
1 parent
a9041a92
Exists in
master
and in
17 other branches
Run tests against latest ES versions
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
.travis.yml
1 | 1 | dist: xenial |
2 | 2 | language: ruby |
3 | -rvm: 2.5.3 | |
3 | +rvm: 2.6.2 | |
4 | 4 | gemfile: |
5 | 5 | - Gemfile |
6 | 6 | services: |
... | ... | @@ -14,7 +14,7 @@ cache: |
14 | 14 | directories: |
15 | 15 | - $HOME/elasticsearch |
16 | 16 | env: |
17 | - - ELASTICSEARCH_VERSION=6.6.0 | |
17 | + - ELASTICSEARCH_VERSION=6.7.0 | |
18 | 18 | jdk: openjdk10 |
19 | 19 | matrix: |
20 | 20 | include: |
... | ... | @@ -34,10 +34,10 @@ matrix: |
34 | 34 | - mongodb |
35 | 35 | - redis-server |
36 | 36 | - gemfile: Gemfile |
37 | - env: ELASTICSEARCH_VERSION=7.0.0-alpha1 | |
37 | + env: ELASTICSEARCH_VERSION=7.0.0-rc1 | |
38 | 38 | allow_failures: |
39 | 39 | - gemfile: Gemfile |
40 | - env: ELASTICSEARCH_VERSION=7.0.0-alpha1 | |
40 | + env: ELASTICSEARCH_VERSION=7.0.0-rc1 | |
41 | 41 | notifications: |
42 | 42 | email: |
43 | 43 | on_success: never | ... | ... |