aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index cd1be49..5ac7bf9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,8 @@
-# docker-compose is missing on arm64, have to install it manually.
-language: python
-python: '3.7'
+language: minimal
os: linux
dist: bionic
arch: arm64
-cache: pip
-env:
- DOCKER_COMPOSE_VERSION: '1.25.1'
services:
- docker
-install:
- - pip3 install -IU "docker-compose==$DOCKER_COMPOSE_VERSION"
script:
- docker-compose build