summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 15:22:24 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-01 15:22:24 +0200
commitadc3a855e6eb4626014c0459a13e868e65bcfd74 (patch)
tree48f1224132f27d68789634d2ff27d4bda5e386d5 /.travis.yml
parenteb87b07d519592b8863a3aeb39eb0a758083f5cc (diff)
downloadsearxng-adc3a855e6eb4626014c0459a13e868e65bcfd74.tar.gz
searxng-adc3a855e6eb4626014c0459a13e868e65bcfd74.zip
Revert "travis: disable cache"
This reverts commit eb87b07d519592b8863a3aeb39eb0a758083f5cc.
Diffstat (limited to '.travis.yml')
-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"