Commit ba6fc51b2d16381f820a3d93d5018ecac70d3027
1 parent
2a506a24
Exists in
master
and in
21 other branches
Use Elasticsearch 5.0 for tests
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
.travis.yml
... | ... | @@ -34,11 +34,7 @@ matrix: |
34 | 34 | - gemfile: Gemfile |
35 | 35 | env: ELASTICSEARCH_VERSION=2.0.0 |
36 | 36 | - gemfile: Gemfile |
37 | - env: ELASTICSEARCH_VERSION=5.0.0-rc1 | |
38 | - # - gemfile: test/gemfiles/nobrainer.gemfile | |
39 | - # env: NOBRAINER=true | |
37 | + env: ELASTICSEARCH_VERSION=5.0.0 | |
40 | 38 | allow_failures: |
41 | 39 | - gemfile: Gemfile |
42 | - env: ELASTICSEARCH_VERSION=5.0.0-rc1 | |
43 | - # - gemfile: test/gemfiles/nobrainer.gemfile | |
44 | - # env: NOBRAINER=true | |
40 | + env: ELASTICSEARCH_VERSION=5.0.0 | ... | ... |