ansible-role-grub/.travis.yml
2021-06-10 09:54:26 +02:00

30 lines
343 B
YAML

---
#
# Ansible managed
#
language: python
os: linux
dist: xenial
python:
- "3.9"
services:
- docker
cache:
- pip
install:
- pip install --upgrade pip
- pip install ansible ansible-lint yamllint
script:
- yamllint .
- ansible-lint
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email: false