소스 검색

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

불러오는 중...
취소
저장