.travis.yml 488 B

123456789101112131415161718192021222324
  1. ---
  2. group: trusty
  3. language: python
  4. python: "2.7"
  5. env:
  6. - SCENARIO=debian
  7. - SCENARIO=ubuntu
  8. - SCENARIO=centos
  9. - SCENARIO=fedora
  10. - SCENARIO=amazonlinux
  11. services: docker
  12. addons:
  13. apt:
  14. packages:
  15. - docker-ce
  16. install:
  17. - pip install pipenv
  18. - pipenv install --two --dev
  19. - gem install rubocop
  20. script:
  21. - pipenv run molecule test --scenario-name $SCENARIO --driver-name docker --destroy always
  22. notifications:
  23. webhooks: https://galaxy.ansible.com/api/v1/notifications/