homeserver/roles/gantsign.ctop/.travis.yml

78 lines
1.6 KiB
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
language: python
python: '2.7'
env:
global:
- MOLECULEW_USE_SYSTEM=true
# Spin off separate builds for each of the following versions
# of Ansible and Linux.
jobs:
include:
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=centos
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=debian_max
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=debian_min
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=ubuntu_max
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=ubuntu_min
- env:
- MOLECULEW_ANSIBLE=2.7.15
- MOLECULE_SCENARIO=opensuse
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=centos
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=debian_max
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=debian_min
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=ubuntu_max
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=ubuntu_min
- env:
- MOLECULEW_ANSIBLE=2.9.1
- MOLECULE_SCENARIO=opensuse
# Require Ubuntu 16.04
dist: xenial
# Require Docker
services:
- docker
install:
# Install dependencies
- ./moleculew wrapper-install
# Display versions
- ./moleculew wrapper-versions
script:
- ./moleculew test --scenario-name=$MOLECULE_SCENARIO
cache:
directories:
- $HOME/.moleculew
branches:
only:
- master
- /^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)([\.\-].*)?$/
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/