Update .travis.yml

This commit is contained in:
Sean Whalen
2018-11-26 09:16:32 -05:00
parent 4a43243835
commit 6367c069b1

View File

@@ -11,12 +11,7 @@ python:
before_install:
- "sudo apt-get update"
- "sudo apt-get install -y libemail-outlook-message-perl"
- "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"
- "sudo elasticsearch -d"
- "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"