logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: e9c33572e90c9e7017ea47ae4ccc26aec869f19b
parent ae5bf6e49f621b835dfc3bf89b876e7281d25217
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Tue,  1 Sep 2015 20:02:08 +0200

[fix] also cache "/.cache/pip"

Diffstat:

M.travis.yml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -2,6 +2,8 @@ sudo: false cache: - pip - npm + directories: + - $HOME/.cache/pip language: python python: - "2.7"