From ab3de17eea922529a8c409ebe763f08b8e1c51ca Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 26 Jun 2019 04:09:18 -0400 Subject: [PATCH] Test against ES 6.8.1 [skip ci] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b45a698..54433e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: - gemfile: test/gemfiles/activerecord51.gemfile env: ELASTICSEARCH_VERSION=7.0.0 - gemfile: test/gemfiles/activerecord50.gemfile - env: ELASTICSEARCH_VERSION=6.8.0 + env: ELASTICSEARCH_VERSION=6.8.1 - gemfile: test/gemfiles/mongoid7.gemfile env: ELASTICSEARCH_VERSION=6.0.0 services: -- libgit2 0.21.0