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

This commit is contained in:
Thomas Pointhuber 2014-03-05 16:59:44 +01:00
parent 3032e15e3a
commit e8b74c9e09
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ python:
before_install:
- "export DISPLAY=:99.0"
- "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:
- "make"
script: