Newer
Older
- platform: openbsd60
driver: vagrant
- &openbsd59 platform=openbsd59 driver=vagrant
- platform: trusty
driver: vagrant
- &jessie platform=jessie driver=vagrant
- &wheezy platform=wheezy driver=vagrant
fast_finish: True
cache:
- pip
- directories:
- $HOME/.pre-commit
- sudo apt-get update
- sudo apt-get install -y linux-headers-$(uname -r) virtualbox
- wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
- sudo dpkg -i vagrant_1.9.1_x86_64.deb
- pip install -r tests/requirements.txt | cat
- ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
- molecule dependency
- molecule test --driver $driver --platform $platform
webhooks: https://galaxy.ansible.com/api/v1/notifications/