From 76749f0b5f0af24f40c5a7d9cee49351607b488e Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 22 Apr 2019 20:34:19 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 408555d..0463487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: before_install: - "sudo apt-get update" - "sudo apt-get install -y libemail-outlook-message-perl" - - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1-amd64.deb" + - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb - "sudo dpkg -i --force-confnew elasticsearch-*.deb" - "sudo systemctl restart elasticsearch" - "sudo systemctl --no-pager status elasticsearch"