Browse Source

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

Thomas Pointhuber 11 years ago
parent
commit
e8b74c9e09
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

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