From 63f726f10a52bb4281ea74451815341b3ba7cd03 Mon Sep 17 00:00:00 2001 From: Jorik van Kemenade Date: Fri, 2 Aug 2019 15:25:27 +0200 Subject: [PATCH] travis: bump Elasticsearch version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ca6c2fc..0ef2c974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,8 @@ addons: env: global: - ES5_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.16.tar.gz" - - ES6_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.1.tar.gz" - - ES7_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-linux-x86_64.tar.gz" + - ES6_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.2.tar.gz" + - ES7_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-linux-x86_64.tar.gz" - ES_HOST=127.0.0.1 matrix: - REQUIREMENTS=lowest EXTRAS=all,elasticsearch5 ES_URL=$ES5_DOWNLOAD_URL