Repos with recipes to deploy some infrastructure services
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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