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 View File

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