Dump Travis CI and move to GitHub Actions.

This commit is contained in:
Jeff Geerling
2020-11-05 09:22:58 -06:00
parent 2bca213421
commit 3624a21c45
5 changed files with 115 additions and 41 deletions
-4
View File
@@ -3,10 +3,6 @@ dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"