mirror of https://github.com/searx/searx
[fix] also cache "/.cache/pip"
This commit is contained in:
parent
ae5bf6e49f
commit
e9c33572e9
|
@ -2,6 +2,8 @@ sudo: false
|
|||
cache:
|
||||
- pip
|
||||
- npm
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
Loading…
Reference in New Issue