forked from zaclys/searxng
add robot tests
This commit is contained in:
parent
db825d4226
commit
6624dd51f5
4 changed files with 67 additions and 103 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
before_install:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
install:
|
||||
- "make"
|
||||
script:
|
||||
- "make tests"
|
||||
- "make robot"
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#searx"
|
||||
template:
|
||||
- "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue