Browse Source

add travis ci file

pull/672/head
Fanch 5 years ago
parent
commit
4dee25d0e6
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .travis.yml

+ 9
- 0
.travis.yml View File

@@ -0,0 +1,9 @@
---
language: python
services: docker

install:
- pip install molecule docker

script:
- cd roles/matrix-coturn && molecule test

Loading…
Cancel
Save