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:06:33 +01:00
parent a6c9a571ac
commit 6d9affc1fc

View File

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