From 4a43243835ba6bdeda8ea6cfd8130c44c48b2568 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 26 Nov 2018 09:03:57 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b41a479..992db1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,16 +11,12 @@ python: before_install: - "sudo apt-get update" - "sudo apt-get install -y libemail-outlook-message-perl" - - "sudo apt-get install -y apt-transport-https systemd" + - "sudo apt-get install -y apt-transport-https" - "wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -" - 'echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list' - "sudo apt-get update" - "sudo apt-get install -y default-jre-headless elasticsearch" - - "ls /etc/systemd/system" - - "sudo systemctl daemon-reload" - - "sudo systemctl list-units --all --type=service" - - "sudo systemctl enable elasticsearch.service" - - "sudo service elastsearch start" + - "sudo elasticsearch -d" install: - "pip install -r requirements.txt"