logo

searx

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

fix .travis.yml

Diffstat:

M.travis.yml3++-
1 file changed, 2 insertions(+), 1 deletion(-)

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