diff options
author | Matej Cotman <cotman.matej@gmail.com> | 2014-01-25 18:07:57 +0100 |
---|---|---|
committer | Matej Cotman <cotman.matej@gmail.com> | 2014-01-29 04:58:10 +0100 |
commit | 6624dd51f5cd789c69e380c39815da956ea8df58 (patch) | |
tree | c549f59af9fb977c7518196e8d5be395819fe53b /.travis.yml | |
parent | db825d42267ff8ca64c9dfe4978325b3d9fc7d1b (diff) | |
download | searxng-6624dd51f5cd789c69e380c39815da956ea8df58.tar.gz searxng-6624dd51f5cd789c69e380c39815da956ea8df58.zip |
add robot tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..fd697b4e6 --- /dev/null +++ b/.travis.yml @@ -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}" |