summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-30 13:32:32 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-30 13:32:32 +0100
commit427ee531bedea31e32ba5bf65dbc460c865033c6 (patch)
tree2ba43abed56574088f42a9adf2c07030bf219b90
parentf72f66a0cf4d930c55e71aa7b731b88e64dcde92 (diff)
downloadsearxng-427ee531bedea31e32ba5bf65dbc460c865033c6.tar.gz
searxng-427ee531bedea31e32ba5bf65dbc460c865033c6.zip
[fix] .travis.yml - add grunt-cli to npm install
-rw-r--r--.travis.yml2
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"