ソースを参照

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

読み込み中…
キャンセル
保存