Hash :3013633b Author : Date :
2014-04-06T16:37:04
Add .travis.yml file
This CI service https://travis-ci.org/ builds the project in several
configurations, runs the tests, and if something fails it sends an email.
Testing on some other systems is always good, and there don't seem to
be any drawbacks to this, so why not.
Signed-off-by: Ran Benita <ran234@gmail.com>
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install xutils-dev
compiler:
- gcc
- clang
# libxcb too old -- should enable when possible.
script: ./autogen.sh --disable-x11 && make && make check