.travis.yml 454 B

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