From 4d551319dd452ad5888de787aba94eedb8cd95a7 Mon Sep 17 00:00:00 2001 From: delvedor Date: Tue, 19 Mar 2019 10:33:17 +0100 Subject: [PATCH] Updated travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8396aa76a..9211d0de4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ env: - QUIET=true before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz - - tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}.tar.gz + - tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}.tar.gz - ./elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*' &> /dev/null & install: