logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: a5238ce8d1cdb713f00080626105f72256349e8a
parent 751c9a346ebd193800a1228ffff1b856942099ab
Author: a01200356 <a01200356@itesm.mx>
Date:   Mon, 21 Mar 2016 21:46:37 -0600

[fix] install npm packages locally on .travis.yml

for some reason installing grunt globally caused travis test to fail.

Diffstat:

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

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