Browse Source

fix .travis.yml

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

+ 1 - 1
.travis.yml

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