logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: e8b74c9e094c3b726100ac72de04e7c6a192b3b7
parent 3032e15e3ab83d41eac98191d48a620990a41d2d
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Wed,  5 Mar 2014 16:59:44 +0100

using npm instead of apt-get in .travis.yml

Diffstat:

M.travis.yml3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -4,8 +4,7 @@ python: before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - - sudo apt-get -qq update - - sudo apt-get -qq install less node-less + - npm install -g less install: - "make" script: