ansible-borgbackup/.travis.yml

19 lines
443 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 22:08:05 +00:00
- molecule test --scenario-name commands
- molecule test --scenario-name folders
- molecule test --scenario-name lamp
- molecule test --scenario-name mgt
- molecule test --scenario-name multiple
2019-03-12 09:33:14 +00:00
# - molecule test --scenario-name clients