diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 14:44:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 15:16:16 +0300 |
commit | c84628d115e0c7d31a8d008ce2aaf97d183f1d14 (patch) | |
tree | e998da32169f687762f881d0c839a4b09d1e7fb1 | |
parent | dump1090: dynamic architecture detection (diff) | |
download | fr24feed-c84628d115e0c7d31a8d008ce2aaf97d183f1d14.tar.gz fr24feed-c84628d115e0c7d31a8d008ce2aaf97d183f1d14.zip |
Travis: cache pip packages
-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 |