Explorar el Código

add travis ci file

pull/672/head
Fanch hace 5 años
padre
commit
4dee25d0e6
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      .travis.yml

+ 9
- 0
.travis.yml Ver fichero

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

install:
- pip install molecule docker

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

Cargando…
Cancelar
Guardar