mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[fix] .travis.yml - add grunt-cli to npm install
This commit is contained in:
parent
f72f66a0cf
commit
427ee531be
@ -4,7 +4,7 @@ python:
|
|||||||
before_install:
|
before_install:
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- npm install -g less
|
- npm install -g less grunt-cli
|
||||||
- ( cd searx/static/oscar;npm install )
|
- ( cd searx/static/oscar;npm install )
|
||||||
install:
|
install:
|
||||||
- "make"
|
- "make"
|
||||||
|
Loading…
Reference in New Issue
Block a user