From bdcd1d8d8de880ca810fc74cd4389622292c35d2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 11 Jan 2020 15:51:44 +0300 Subject: Travis: add comments to the workarounds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 990447f..6414cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ +# docker-compose is missing on arm64, have to install it manually. +# language: python seems to force arch: amd64, which is not what I want. language: minimal os: linux dist: bionic arch: arm64 +# Dunno why cache: pip doesn't simply work. cache: directories: - "$HOME/.cache/pip" -- cgit v1.2.3