forked from ansible-collections/ansible-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (33 loc) · 762 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
30
31
32
33
34
35
36
37
38
39
40
---
dist: bionic
language: python
python: 3.6
virtualenv:
system_site_packages: true
services: docker
env:
- SCENARIO=centos-6
- SCENARIO=centos-7
- SCENARIO=centos-stream-8
- SCENARIO=debian-8
- SCENARIO=debian-9
- SCENARIO=debian-10
- SCENARIO=fedora-26
- SCENARIO=fedora-27
- SCENARIO=fedora-28
- SCENARIO=fedora-29
- SCENARIO=fedora-30
- SCENARIO=fedora-31
- SCENARIO=oraclelinux-6
- SCENARIO=oraclelinux-7
- SCENARIO=ubuntu-16.04
- SCENARIO=ubuntu-18.04
cache:
- pip
install:
# Install test dependencies.
- pip3 install -r requirements.txt
script:
- molecule --base-config molecule/_shared/base.yml test --scenario-name ${SCENARIO}
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/