ansible-role-grub/.travis.yml

47 lines
888 B
YAML
Raw Normal View History

2020-05-18 13:51:01 +02:00
---
#
# Ansible managed
#
language: python
python:
- "3.7"
services:
- docker
env:
global:
namespace="robertdebock"
matrix:
- image="alpine" tag="latest"
- image="alpine" tag="edge"
- image="debian" tag="latest"
- image="debian" tag="bullseye"
- image="centos" tag="7"
- image="centos" tag="latest"
- image="fedora" tag="31"
- image="fedora" tag="latest"
- image="fedora" tag="rawhide"
- image="opensuse" tag="latest"
- image="ubuntu" tag="latest"
- image="ubuntu" tag="bionic"
- image="ubuntu" tag="xenial"
- image="ubuntu" tag="trusty"
cache:
- pip
install:
- pip install --upgrade pip
- pip install tox
script:
- tox --parallel all
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
slack:
secure: "# out of `travis encrypt robertdebock:TOKEN-FROM-SLACK`"
email: false