Repos with recipes to deploy some infrastructure services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 rivejä
483 B

  1. ---
  2. language: python
  3. python: 2.7
  4. sudo: required
  5. # Enable the docker service
  6. services:
  7. - docker
  8. # Parallel testing of the supported
  9. # Ansible versions
  10. env:
  11. matrix:
  12. - ANSIBLE=2.5
  13. - ANSIBLE=2.6
  14. - ANSIBLE=2.7
  15. # Install tox
  16. install:
  17. - pip install tox-travis
  18. # Test the current PowerDNS Recursor stable release
  19. script:
  20. - tox -- molecule test -s pdns-rec-41
  21. notifications:
  22. webhooks: https://galaxy.ansible.com/api/v1/notifications/