logo

searx

My custom branche(s) on searx, a meta-search engine
commit: da13c3b5f9b7f0a8691df4f53e817ac2116025b2
parent: d5931874ac8a7762c3a961f866e65a19671f9d54
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri,  4 Sep 2015 22:48:11 +0200

Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure

Diffstat:

M.travis.yml6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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