Browse Source

[fix] .travis.yml - add grunt-cli to npm install

Thomas Pointhuber 10 years ago
parent
commit
427ee531be
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -4,7 +4,7 @@ python:
4 4
 before_install:
5 5
   - "export DISPLAY=:99.0"
6 6
   - "sh -e /etc/init.d/xvfb start"
7
-  - npm install -g less
7
+  - npm install -g less grunt-cli
8 8
   - ( cd searx/static/oscar;npm install )
9 9
 install:
10 10
   - "make"