Update .travis.yml

This commit is contained in:
Sean Whalen
2018-11-26 09:22:19 -05:00
parent 6367c069b1
commit 9945c3f384
+1 -1
View File
@@ -11,7 +11,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-6.5.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.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"