.travis.yml 393 B

123456789101112131415161718
  1. ---
  2. services: docker
  3. env:
  4. - distro: centos7
  5. - distro: ubuntu1604
  6. - distro: debian9
  7. script:
  8. # Download test shim.
  9. - wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/geerlingguy/73ef1e5ee45d8694570f334be385e181/raw/
  10. - chmod +x ${PWD}/tests/test.sh
  11. # Run tests.
  12. - ${PWD}/tests/test.sh
  13. notifications:
  14. webhooks: https://galaxy.ansible.com/api/v1/notifications/