ansible-role-grub/.travis.yml

31 lines
351 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
2020-12-04 14:17:35 +01:00
- pip install yamllint
- pip install ansible-lint
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