.travis.yml 403B

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