mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
fix .travis.yml
This commit is contained in:
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…
Reference in New Issue
Block a user