Explorar el Código

using npm instead of apt-get in .travis.yml

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

+ 1
- 2
.travis.yml Ver fichero

@@ -4,8 +4,7 @@ python:
4 4
 before_install:
5 5
   - "export DISPLAY=:99.0"
6 6
   - "sh -e /etc/init.d/xvfb start"
7
-  - sudo apt-get -qq update
8
-  - sudo apt-get -qq install less node-less
7
+  - npm install -g less
9 8
 install:
10 9
   - "make"
11 10
 script: