ansible-role-grub/.travis.yml

30 lines
343 B
YAML
Raw Normal View History

2020-05-18 13:51:01 +02:00
---
#
# Ansible managed
#
language: python
os: linux
dist: xenial
2020-05-18 13:51:01 +02:00
python:
2020-12-03 17:04:55 +01:00
- "3.9"
2020-05-18 13:51:01 +02:00
services:
- docker
cache:
- pip
install:
- pip install --upgrade pip
2021-06-10 09:54:26 +02:00
- pip install ansible ansible-lint yamllint
2020-05-18 13:51:01 +02:00
script:
2020-12-04 14:17:35 +01:00
- yamllint .
- ansible-lint
2020-05-18 13:51:01 +02:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email: false