mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 05:11:03 +00:00
Merge pull request #416 from pointhi/travis
Migrating Travis CI from legacy to container-based infrastructure
This commit is contained in:
commit
da13c3b5f9
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
sudo: false
|
||||
cache:
|
||||
- pip
|
||||
- npm
|
||||
- directories:
|
||||
- $HOME/.cache/pip
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
Loading…
Reference in a new issue