aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
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