Browse Source

Revert "travis: disable cache"

This reverts commit eb87b07d519592b8863a3aeb39eb0a758083f5cc.
Markus Heiser 5 years ago
parent
commit
adc3a855e6
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .travis.yml

+ 6 - 1
.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"