Commit 8fc9d462f953c9abdce031fedaeebb816bd318f8
1 parent
cc0d2630
Exists in
master
and in
19 other branches
Added 6.1.1 to test suite [skip ci]
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -20,7 +20,7 @@ gemfile: |
20 | 20 | - test/gemfiles/mongoid5.gemfile |
21 | 21 | - test/gemfiles/mongoid6.gemfile |
22 | 22 | env: |
23 | - - ELASTICSEARCH_VERSION=6.0.0 | |
23 | + - ELASTICSEARCH_VERSION=6.1.1 | |
24 | 24 | jdk: oraclejdk8 |
25 | 25 | matrix: |
26 | 26 | include: |
... | ... | @@ -36,3 +36,6 @@ matrix: |
36 | 36 | - gemfile: Gemfile |
37 | 37 | env: ELASTICSEARCH_VERSION=5.6.4 |
38 | 38 | jdk: oraclejdk8 |
39 | + - gemfile: Gemfile | |
40 | + env: ELASTICSEARCH_VERSION=6.0.0 | |
41 | + jdk: oraclejdk8 | ... | ... |