logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: ae5bf6e49f621b835dfc3bf89b876e7281d25217
parent 7e893ce3f481f7338b07a6ea737cf75b0a410ae7
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Tue,  1 Sep 2015 19:43:32 +0200

[enh] Migrating Travis CI from legacy to container-based infrastructure

This patch should speedup testing with Travis CI using caching and
container-based infrastructure.

source:
- http://docs.travis-ci.com/user/migrating-from-legacy/
- http://docs.travis-ci.com/user/caching/

Diffstat:

M.travis.yml4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,3 +1,7 @@ +sudo: false +cache: + - pip + - npm language: python python: - "2.7"