.travis.yml 369B

123456789101112131415161718
  1. language: python
  2. python:
  3. - "2.7"
  4. before_install:
  5. - "export DISPLAY=:99.0"
  6. - "sh -e /etc/init.d/xvfb start"
  7. install:
  8. - "make"
  9. script:
  10. - "make tests"
  11. - "make robot"
  12. notifications:
  13. irc:
  14. channels:
  15. - "irc.freenode.org#searx"
  16. template:
  17. - "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"
  18. on_success: change