diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 73e0f5f..990447f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: minimal os: linux dist: bionic arch: arm64 +cache: + directories: + - "$HOME/.cache/pip" addons: apt: update: true @@ -12,6 +15,5 @@ addons: - python3-wheel services: - docker -install: - - pip3 install -IU docker-compose +install: pip3 install -IU docker-compose script: docker-compose build |