add travis ci file

pull/672/head
Fanch 4 years ago
parent c9d5f0e378
commit 4dee25d0e6

@ -0,0 +1,9 @@
---
language: python
services: docker
install:
- pip install molecule docker
script:
- cd roles/matrix-coturn && molecule test
Loading…
Cancel
Save