소스 검색

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

for some reason installing grunt globally caused travis test to fail.
a01200356 9 년 전
부모
커밋
a5238ce8d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml 파일 보기

@@ -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