logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: f72f66a0cf4d930c55e71aa7b731b88e64dcde92
parent e687f5c290d30d32c9c32c4ae5c7b9085697ab87
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Sun, 30 Nov 2014 13:25:16 +0100

[fix] fix .travis.yml to install npm dependent packages

Diffstat:

M.travis.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,7 +5,7 @@ before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - npm install -g less - - cd searx/static/oscar;npm install + - ( cd searx/static/oscar;npm install ) install: - "make" - pip install coveralls