Skip to content

Commit

Permalink
feat: add Travis CI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadret committed Aug 21, 2019
1 parent 56c0e7b commit ab4d44f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ab4d44f

Please sign in to comment.