aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-11 14:44:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-11 15:16:16 +0300
commitc84628d115e0c7d31a8d008ce2aaf97d183f1d14 (patch)
treee998da32169f687762f881d0c839a4b09d1e7fb1
parentdump1090: dynamic architecture detection (diff)
downloadfr24feed-c84628d115e0c7d31a8d008ce2aaf97d183f1d14.tar.gz
fr24feed-c84628d115e0c7d31a8d008ce2aaf97d183f1d14.zip
Travis: cache pip packages
-rw-r--r--.travis.yml6
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