mirror of https://github.com/searx/searx
parent
eb87b07d51
commit
adc3a855e6
|
@ -2,7 +2,12 @@ os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
arch: arm64
|
arch: arm64
|
||||||
language: python
|
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:
|
addons:
|
||||||
firefox: "latest"
|
firefox: "latest"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue