diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:32:32 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:32:32 +0100 |
commit | 427ee531bedea31e32ba5bf65dbc460c865033c6 (patch) | |
tree | 2ba43abed56574088f42a9adf2c07030bf219b90 | |
parent | f72f66a0cf4d930c55e71aa7b731b88e64dcde92 (diff) | |
download | searxng-427ee531bedea31e32ba5bf65dbc460c865033c6.tar.gz searxng-427ee531bedea31e32ba5bf65dbc460c865033c6.zip |
[fix] .travis.yml - add grunt-cli to npm install
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f916505d5..5cc51e84b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |