1
0
mirror of https://github.com/searxng/searxng.git synced 2024-06-26 00:30:32 +02:00

fix .travis.yml

This commit is contained in:
Thomas Pointhuber 2014-03-05 16:16:30 +01:00
parent 6d9affc1fc
commit c62528d848

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"