.travis.yml 419 B

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