Commit ee761d5274844ca8b26abad2bc93c8cb5a86dd1a
1 parent
edf4ce8e
Exists in
master
and in
17 other branches
Updated test versions [skip ci]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
1 | 1 | dist: xenial |
2 | 2 | language: ruby |
3 | -rvm: 2.6.2 | |
3 | +rvm: 2.6.3 | |
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=7.1.0 | |
17 | + - ELASTICSEARCH_VERSION=7.1.1 | |
18 | 18 | jdk: openjdk10 |
19 | 19 | matrix: |
20 | 20 | include: | ... | ... |