1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-26 00:30:32 +02:00

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

This commit is contained in:
Thomas Pointhuber 2014-11-30 13:25:16 +01:00
parent e687f5c290
commit f72f66a0cf

View File

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