Fix CI builds

This commit is contained in:
Sean Whalen
2019-02-16 14:08:58 -05:00
parent de8b4f936c
commit d29ae43dd7

View File

@@ -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: