Repos with recipes to deploy some infrastructure services
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

30 řádky
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/