--- language: python python: 2.7 sudo: required # Enable the docker service services: - docker # Parallel testing of the supported # Ansible versions env: matrix: - ANSIBLE=2.5 - ANSIBLE=2.6 - ANSIBLE=2.7 # Install tox install: - pip install tox-travis # Test the current PowerDNS Recursor stable release script: - tox -- molecule test -s pdns-rec-41 notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/