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

This commit is contained in:
Thomas Pointhuber 2014-11-30 13:32:32 +01:00
parent f72f66a0cf
commit 427ee531be
1 changed files with 1 additions and 1 deletions

View File

@ -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"