From d29ae43dd7fb5f822fa0fccc77cb30f8cfaeedd4 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 16 Feb 2019 14:08:58 -0500 Subject: [PATCH] Fix CI builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c99facb..7a867f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: # commands to install dependencies before_install: - "sudo apt-get update" - - "sudo apt-get install -y libemail-outlook-message-perl geoipupdate" + - "sudo apt-get install -y libemail-outlook-message-perl" - "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: