aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-25 02:30:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-25 02:30:02 +0300
commit6bac8e232d0434e95522f69ace5804a1740f12c8 (patch)
treeec6a8d92492396cd6f8ca11c49cc39f391bd1dc2
parentTravis: add badge to README (diff)
downloadfr24feed-6bac8e232d0434e95522f69ace5804a1740f12c8.tar.gz
fr24feed-6bac8e232d0434e95522f69ace5804a1740f12c8.zip
Travis: docker-compose now available on ARM
-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