Commit ee67ffe1591a5fcceef19dc4c20dad914441b4c3
1 parent
84eea3b1
Exists in
master
and in
21 other branches
Updated test env
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -24,7 +24,7 @@ gemfile: |
24 | 24 | - test/gemfiles/mongoid4.gemfile |
25 | 25 | - test/gemfiles/mongoid5.gemfile |
26 | 26 | env: |
27 | - - ELASTICSEARCH_VERSION=2.3.0 | |
27 | + - ELASTICSEARCH_VERSION=2.4.0 | |
28 | 28 | matrix: |
29 | 29 | include: |
30 | 30 | - gemfile: Gemfile |
... | ... | @@ -39,6 +39,6 @@ matrix: |
39 | 39 | # env: NOBRAINER=true |
40 | 40 | allow_failures: |
41 | 41 | - gemfile: Gemfile |
42 | - env: ELASTICSEARCH_VERSION=5.0.0-alpha5 | |
42 | + env: ELASTICSEARCH_VERSION=5.0.0-beta1 | |
43 | 43 | # - gemfile: test/gemfiles/nobrainer.gemfile |
44 | 44 | # env: NOBRAINER=true | ... | ... |