.travis.yml 397 B

12345678910111213141516171819
  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 node-less"
  9. script:
  10. - "make tests"
  11. - "make robot"
  12. - "make styles"
  13. notifications:
  14. irc:
  15. channels:
  16. - "irc.freenode.org#searx"
  17. template:
  18. - "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"
  19. on_success: change