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.

31 lignes
510 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.2
  13. - ANSIBLE=2.3
  14. - ANSIBLE=2.4
  15. - ANSIBLE=2.5
  16. # Install tox
  17. install:
  18. - pip install tox-travis
  19. # Test the current PowerDNS Authoritative Server stable release
  20. script:
  21. - tox -- molecule test -s pdns-41
  22. notifications:
  23. webhooks: https://galaxy.ansible.com/api/v1/notifications/