ansible-borgbackup/.travis.yml
2019-03-10 21:36:45 +01:00

14 lines
219 B
YAML

---
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 --all