From 536b94ff9056c20cec846e41b7ca7853b7cc678f Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 11 Apr 2019 16:33:43 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a36c7e1..a1056f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +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-7.0.0-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.0.0-amd64.deb" - - "sudo service elasticsearch restart" + - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.deb && sudo service elasticsearch restart" install: - "pip install -r requirements.txt"