From 427ee531bedea31e32ba5bf65dbc460c865033c6 Mon Sep 17 00:00:00 2001
From: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date: Sun, 30 Nov 2014 13:32:32 +0100
Subject: [PATCH] [fix] .travis.yml - add grunt-cli to npm install

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"