Skip to content
.travis.yml 496 B
Newer Older
---
language: python
python: "2.7"
nimrod's avatar
nimrod committed
dist: trusty
nimrod's avatar
nimrod committed
group: beta
services: [docker]
nimrod's avatar
nimrod committed
cache:
  - pip
  - directories:
      - $HOME/.pre-commit
  - pip install -r tests/requirements.txt | cat
nimrod's avatar
nimrod committed
  - ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
  - molecule dependency
nimrod's avatar
nimrod committed
  - pre-commit run --all-files
  - molecule test --driver docker
nimrod's avatar
nimrod committed
  webhooks: https://galaxy.ansible.com/api/v1/notifications/
  email: false