Commit 4c8c61b059c83adc101d11f9f04182cbfcb88c17
1 parent
3db8e1fe
Exists in
master
and in
21 other branches
Allow failure for rc1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -39,6 +39,6 @@ matrix: | @@ -39,6 +39,6 @@ matrix: | ||
39 | # env: NOBRAINER=true | 39 | # env: NOBRAINER=true |
40 | allow_failures: | 40 | allow_failures: |
41 | - gemfile: Gemfile | 41 | - gemfile: Gemfile |
42 | - env: ELASTICSEARCH_VERSION=5.0.0-beta1 | 42 | + env: ELASTICSEARCH_VERSION=5.0.0-rc1 |
43 | # - gemfile: test/gemfiles/nobrainer.gemfile | 43 | # - gemfile: test/gemfiles/nobrainer.gemfile |
44 | # env: NOBRAINER=true | 44 | # env: NOBRAINER=true |