From ba6fc51b2d16381f820a3d93d5018ecac70d3027 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 26 Oct 2016 19:49:20 -0700 Subject: [PATCH] Use Elasticsearch 5.0 for tests --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5105e45..6e7735e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,7 @@ matrix: - gemfile: Gemfile env: ELASTICSEARCH_VERSION=2.0.0 - gemfile: Gemfile - env: ELASTICSEARCH_VERSION=5.0.0-rc1 - # - gemfile: test/gemfiles/nobrainer.gemfile - # env: NOBRAINER=true + env: ELASTICSEARCH_VERSION=5.0.0 allow_failures: - gemfile: Gemfile - env: ELASTICSEARCH_VERSION=5.0.0-rc1 - # - gemfile: test/gemfiles/nobrainer.gemfile - # env: NOBRAINER=true + env: ELASTICSEARCH_VERSION=5.0.0 -- libgit2 0.21.0