瀏覽代碼

add travis ci file

pull/672/head
Fanch 5 年之前
父節點
當前提交
4dee25d0e6
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. +9
    -0
      .travis.yml

+ 9
- 0
.travis.yml 查看文件

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

install:
- pip install molecule docker

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

Loading…
取消
儲存