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

@@ -4,9 +4,10 @@ python:
 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
 install:
   - "make"
-  - "node-less"
 script:
   - "make tests"
   - "make robot"