Explorar el Código

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

Thomas Pointhuber hace 10 años
padre
commit
f72f66a0cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

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