mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
add travis ci file
This commit is contained in:
parent
c9d5f0e378
commit
4dee25d0e6
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
language: python
|
||||||
|
services: docker
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install molecule docker
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cd roles/matrix-coturn && molecule test
|
Loading…
Reference in New Issue
Block a user