Update .travis.yml

This commit is contained in:
Sean Whalen
2019-04-11 16:33:43 -04:00
parent 0ee60f46ac
commit 536b94ff90
+1 -2
View File
@@ -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"