diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:25:16 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:25:16 +0100 |
commit | f72f66a0cf4d930c55e71aa7b731b88e64dcde92 (patch) | |
tree | 3421819093760d7dc090fc94ecd994e1d25122c9 /.travis.yml | |
parent | e687f5c290d30d32c9c32c4ae5c7b9085697ab87 (diff) | |
download | searxng-f72f66a0cf4d930c55e71aa7b731b88e64dcde92.tar.gz searxng-f72f66a0cf4d930c55e71aa7b731b88e64dcde92.zip |
[fix] fix .travis.yml to install npm dependent packages
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ec2a3ca3f..f916505d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |