summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 15:06:48 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 15:06:48 +0200
commiteb87b07d519592b8863a3aeb39eb0a758083f5cc (patch)
treee53cd3c1e22c1505686069619f36cf69490c0df8 /.travis.yml
parent9e32fb27e71ca0ae32a0eead712a0504c9d2d951 (diff)
downloadsearxng-eb87b07d519592b8863a3aeb39eb0a758083f5cc.tar.gz
searxng-eb87b07d519592b8863a3aeb39eb0a758083f5cc.zip
travis: disable cache
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 94303773d..7d896fffe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,7 @@ os: linux
dist: bionic
arch: arm64
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:
firefox: "latest"