From 5312f4082a7293d8037e52212a123f03f9d46c30 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 22 Apr 2019 20:19:30 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 846b187..258b124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ before_install: - "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-*.deb" - - "sudo systemctl elasticsearch.service restart" + - "sudo systemctl restart elasticsearch" + - "sudo systemctl --no-pager status elasticsearch" install: - "pip install -r requirements.txt"