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: