Repos with recipes to deploy some infrastructure services
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

31 linhas
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/