wazuh-ansible-4.8.1/.travis.yml
2019-04-27 15:26:18 +02:00

9 lines
155 B
YAML

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