fix .travis.yml

pull/1/head
Thomas Pointhuber 11 years ago
parent 6d9affc1fc
commit c62528d848

@ -4,9 +4,10 @@ python:
before_install: before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
- sudo apt-get -qq update
- sudo apt-get -qq install node-less
install: install:
- "make" - "make"
- "node-less"
script: script:
- "make tests" - "make tests"
- "make robot" - "make robot"

Loading…
Cancel
Save