summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7d896fffe..94303773d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,12 @@ os: linux
dist: bionic
arch: arm64
language: python
-cache: false
+cache:
+ - directories:
+ - $HOME/.cache/pip
+before_cache:
+ - sudo chown -R travis:travis $HOME/.cache/pip
+ - rm -f $HOME/.cache/pip/log/debug.log
addons:
firefox: "latest"