diff --git a/.travis.yml b/.travis.yml index 937de0ab..d93ba6ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ script: - pipenv run test - pipenv run agent - pipenv run elasticsearch + - pipenv run logstash diff --git a/Pipfile b/Pipfile index bf6931c6..0f2d931d 100644 --- a/Pipfile +++ b/Pipfile @@ -17,3 +17,4 @@ python_version = "2.7" test ="molecule test" agent ="molecule test -s wazuh-agent" elasticsearch ="molecule test -s elasticsearch" +logstash ="molecule test -s logstash"