fix .travis.yml

dependabot/pip/master/sphinx-6.1.3
Thomas Pointhuber 10 years ago
parent 6d9affc1fc
commit c62528d848

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

Loading…
Cancel
Save