Repos with recipes to deploy some infrastructure services
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

30 lignes
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/