Update .travis.yml

This commit is contained in:
Sean Whalen
2019-04-22 20:34:19 -04:00
committed by GitHub
parent af3eb1bd40
commit 76749f0b5f
+1 -1
View File
@@ -13,7 +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-6.5.1-amd64.deb"
- "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb
- "sudo dpkg -i --force-confnew elasticsearch-*.deb"
- "sudo systemctl restart elasticsearch"
- "sudo systemctl --no-pager status elasticsearch"