fix .travis.yml

This commit is contained in:
Thomas Pointhuber 2014-03-05 16:16:30 +01:00
parent 6d9affc1fc
commit c62528d848
1 changed files with 2 additions and 1 deletions

View File

@ -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"