logo

searx

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

[fix] .travis.yml - add grunt-cli to npm install

Diffstat:

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

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