searxng/.travis.yml
Thomas Pointhuber c62528d848 fix .travis.yml
2014-03-05 16:16:30 +01:00

22 lines
454 B
YAML

language: python
python:
- "2.7"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sudo apt-get -qq update
- sudo apt-get -qq install node-less
install:
- "make"
script:
- "make tests"
- "make robot"
- "make styles"
notifications:
irc:
channels:
- "irc.freenode.org#searx"
template:
- "%{repository}/#%{build_number}/%{branch} (%{author}): %{message} %{build_url}"
on_success: change