diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c2218ea --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +--- +language: python +services: docker + +env: + matrix: + - MOLECULE_DISTRO: ubuntu1804 + - MOLECULE_DISTRO: ubuntu1604 + - MOLECULE_DISTRO: debian10 + +install: + - pip install molecule docker + +script: + - molecule test + +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/README.md b/README.md index 3aa4b03..4b82389 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Ansible Role: Restic ==================== +[![Build Status](https://travis-ci.com/hadret/ansible-role-restic.svg?branch=master)](https://travis-ci.com/hadret/ansible-role-restic) + An Ansible role that installs [restic](https://restic.net) on Linux. Requirements