forked from nsg/ansible-graphite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (21 loc) · 840 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
---
sudo: required
dist: trusty
language: python
env:
global:
- CONTAINER_IMAGES="images:centos/7 images:debian/jessie images:debian/stretch ubuntu:14.04 ubuntu:16.04"
matrix:
- ANSIBLE_VERSIONS="2.1.6" ANSIBLE_EXTRA_VARS_LIST="version=0.9.15"
- ANSIBLE_VERSIONS="2.2.3" ANSIBLE_EXTRA_VARS_LIST="version=0.9.15"
- ANSIBLE_VERSIONS="latest" ANSIBLE_EXTRA_VARS_LIST="version=0.9.15"
- ANSIBLE_VERSIONS="2.1.6" ANSIBLE_EXTRA_VARS_LIST="version=1.0.2"
- ANSIBLE_VERSIONS="2.2.3" ANSIBLE_EXTRA_VARS_LIST="version=1.0.2"
- ANSIBLE_VERSIONS="latest" ANSIBLE_EXTRA_VARS_LIST="version=1.0.2"
install:
# Download ansible-role-tester and setup the enviroment
- wget https://raw.githubusercontent.com/nsg/ansible-role-tester/master/test.sh
- chmod +x test.sh
- ./test.sh install
script:
- ./test.sh test