From 9945c3f384eb50cbf7a66fe441516eeda0322f5a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 26 Nov 2018 09:22:19 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52a043c..a849c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"