Parcourir la source

[fix] install npm packages locally on .travis.yml

for some reason installing grunt globally caused travis test to fail.
a01200356 il y a 9 ans
Parent
révision
a5238ce8d1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Voir le fichier

@@ -10,7 +10,7 @@ python:
10 10
 before_install:
11 11
   - "export DISPLAY=:99.0"
12 12
   - "sh -e /etc/init.d/xvfb start"
13
-  - npm install -g less grunt-cli
13
+  - npm install less grunt-cli
14 14
   - ( cd searx/static/themes/oscar;npm install; cd - )
15 15
 install:
16 16
   - ./manage.sh update_dev_packages