wazuh-ansible-4.8.1/.travis.yml
2019-04-30 19:17:56 +02:00

11 lines
188 B
YAML

---
language: python
services: docker
before_script:
- pip install pipenv
- pipenv install --dev --system
script:
- pipenv run test
- pipenv run agent
- pipenv run elasticsearch