Browse Source

travis: disable cache

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
eb87b07d51
1 changed files with 1 additions and 6 deletions
  1. 1 6
      .travis.yml

+ 1 - 6
.travis.yml

@@ -2,12 +2,7 @@ os: linux
 dist: bionic
 dist: bionic
 arch: arm64
 arch: arm64
 language: python
 language: python
-cache:
-  - directories:
-    - $HOME/.cache/pip
-before_cache:
-    - sudo chown -R travis:travis $HOME/.cache/pip
-    - rm -f $HOME/.cache/pip/log/debug.log
+cache: false
 addons:
 addons:
   firefox: "latest"
   firefox: "latest"