Selaa lähdekoodia

[fix] fix .travis.yml to install npm dependent packages

Thomas Pointhuber 10 vuotta sitten
vanhempi
commit
f72f66a0cf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Näytä tiedosto

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