mirror of https://github.com/searx/searx
Merge pull request #416 from pointhi/travis
Migrating Travis CI from legacy to container-based infrastructure
This commit is contained in:
commit
da13c3b5f9
|
@ -1,3 +1,9 @@
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
- pip
|
||||||
|
- npm
|
||||||
|
- directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
Loading…
Reference in New Issue