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