Browse Source

fix .travis.yml

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

+ 2
- 1
.travis.yml View File

4
 before_install:
4
 before_install:
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
8
+  - sudo apt-get -qq install node-less
7
 install:
9
 install:
8
   - "make"
10
   - "make"
9
-  - "node-less"
10
 script:
11
 script:
11
   - "make tests"
12
   - "make tests"
12
   - "make robot"
13
   - "make robot"