From 8db1cfa5a133a4eda069ba81d0d7f20d387afa53 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Jan 2020 12:41:18 +0300 Subject: add Travis configuration --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..73e0f5f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: minimal +os: linux +dist: bionic +arch: arm64 +addons: + apt: + update: true + packages: + - python3-dev + - python3-pip + - python3-setuptools + - python3-wheel +services: + - docker +install: + - pip3 install -IU docker-compose +script: docker-compose build -- cgit v1.2.3