ansible-borgbackup/.travis.yml

14 lines
237 B
YAML
Raw Normal View History

2019-03-10 20:11:12 +00:00
---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- pip install molecule
- pip install ansible==2.7
- pip install docker
script:
- molecule test --scenario-name folders