mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Add travis yaml
This commit is contained in:
parent
e85ff51632
commit
893482bcb7
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
language: python
|
||||
services: docker
|
||||
|
||||
env:
|
||||
global:
|
||||
- ROLE_NAME: ansible-riot-webapp
|
||||
matrix:
|
||||
- MOLECULE_DISTRO: debian9
|
||||
|
||||
install:
|
||||
- pip install molecule docker
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: default
|
||||
script: molecule test
|
Loading…
Reference in a new issue