summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-09-01 20:02:08 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-09-01 20:02:08 +0200
commite9c33572e90c9e7017ea47ae4ccc26aec869f19b (patch)
tree3e8efc9f5c41e106991128f03402e5b397a05044 /.travis.yml
parentae5bf6e49f621b835dfc3bf89b876e7281d25217 (diff)
downloadsearxng-e9c33572e90c9e7017ea47ae4ccc26aec869f19b.tar.gz
searxng-e9c33572e90c9e7017ea47ae4ccc26aec869f19b.zip
[fix] also cache "/.cache/pip"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e0d80f83..0edd71c1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ sudo: false
cache:
- pip
- npm
+ directories:
+ - $HOME/.cache/pip
language: python
python:
- "2.7"