ansible-borgbackup/.travis.yml

14 lines
219 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:
2019-03-10 20:36:45 +00:00
- molecule test --all