From 4dee25d0e64ab9f40002318c69154308f85b26f0 Mon Sep 17 00:00:00 2001 From: Fanch Date: Wed, 14 Oct 2020 00:57:10 +0200 Subject: [PATCH] add travis ci file --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..e40bfb0c8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +--- +language: python +services: docker + +install: + - pip install molecule docker + +script: + - cd roles/matrix-coturn && molecule test