From 873985251c685fb315902bba02c8d795ce075654 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 22 Apr 2019 20:09:20 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9cdd39..e2beeef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,9 @@ 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-*.deb && sudo service elasticsearch restart" + - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-amd64.deb" + - "sudo dpkg -i --force-confnew elasticsearch-*.deb" + - "sudo service elasticsearch restart" install: - "pip install -r requirements.txt"