fix .travis.yml

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

@ -5,7 +5,8 @@ before_install:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start" - "sh -e /etc/init.d/xvfb start"
install: install:
- "make node-less" - "make"
- "node-less"
script: script:
- "make tests" - "make tests"
- "make robot" - "make robot"

Loading…
Cancel
Save