Dump Travis CI and move to GitHub Actions.

This commit is contained in:
Jeff Geerling
2020-11-05 09:57:10 -06:00
parent c700df5542
commit e5adc9a528
5 changed files with 111 additions and 42 deletions

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"