-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (28 loc) · 972 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
language: python
services: docker
env:
global:
- namespace="caseraw"
- role_name="ansible_role_ad_membership"
matrix:
- image="ansible-molecule-centos" tag="7" cmd="/usr/sbin/init"
- image="ansible-molecule-centos" tag="8" cmd="/usr/sbin/init"
- image="ansible-molecule-centos" tag="latest" cmd="/usr/sbin/init"
- image="ansible-molecule-fedora" tag="28" cmd="/usr/sbin/init"
- image="ansible-molecule-fedora" tag="29" cmd="/usr/sbin/init"
- image="ansible-molecule-fedora" tag="30" cmd="/usr/sbin/init"
- image="ansible-molecule-fedora" tag="31" cmd="/usr/sbin/init"
- image="ansible-molecule-fedora" tag="latest" cmd="/usr/sbin/init"
cache: pip
install:
- pip install --upgrade pip setuptools
- pip install molecule yamllint ansible-lint docker
script:
- python --version
- ansible --version
- molecule --version
- molecule test
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
...