1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure
This commit is contained in:
Adam Tauber 2015-09-04 22:48:11 +02:00
commit da13c3b5f9

View File

@ -1,3 +1,9 @@
sudo: false
cache:
- pip
- npm
- directories:
- $HOME/.cache/pip
language: python
python:
- "2.7"