Commit 966894ea8c5a87ec215ed30e57dd2eb1f4165bd1
1 parent
299b5ce6
Exists in
master
and in
16 other branches
Updated test matrix
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
.travis.yml
@@ -14,17 +14,18 @@ cache: | @@ -14,17 +14,18 @@ cache: | ||
14 | directories: | 14 | directories: |
15 | - $HOME/elasticsearch | 15 | - $HOME/elasticsearch |
16 | env: | 16 | env: |
17 | - - ELASTICSEARCH_VERSION=7.2.0 | 17 | + - ELASTICSEARCH_VERSION=7.2.1 |
18 | jdk: openjdk10 | 18 | jdk: openjdk10 |
19 | matrix: | 19 | matrix: |
20 | include: | 20 | include: |
21 | - gemfile: Gemfile | 21 | - gemfile: Gemfile |
22 | - - gemfile: test/gemfiles/activerecord51.gemfile | 22 | + - gemfile: test/gemfiles/activerecord52.gemfile |
23 | env: ELASTICSEARCH_VERSION=7.0.0 | 23 | env: ELASTICSEARCH_VERSION=7.0.0 |
24 | - - gemfile: test/gemfiles/activerecord50.gemfile | 24 | + - gemfile: test/gemfiles/activerecord51.gemfile |
25 | env: ELASTICSEARCH_VERSION=6.8.1 | 25 | env: ELASTICSEARCH_VERSION=6.8.1 |
26 | - - gemfile: test/gemfiles/mongoid7.gemfile | 26 | + - gemfile: test/gemfiles/activerecord50.gemfile |
27 | env: ELASTICSEARCH_VERSION=6.0.0 | 27 | env: ELASTICSEARCH_VERSION=6.0.0 |
28 | + - gemfile: test/gemfiles/mongoid7.gemfile | ||
28 | services: | 29 | services: |
29 | - mongodb | 30 | - mongodb |
30 | - redis-server | 31 | - redis-server |