Code

Added t/cibuild.sh and use that in the Travis configuration.
[sysdb.git] / .travis.yml
1 language: c
2 compiler:
3   - clang
4   - gcc
5 before_install:
6   - sudo apt-get update -qq
7 install:
8   - sudo apt-get install -qq check flex bison libtool
9   - sudo apt-get install -qq libdbi-dev libedit-dev libltdl-dev
10   - sudo pip install cpp-coveralls --use-mirrors
11 script: ./t/cibuild.sh
12 after_success:
13   - coveralls --exclude t --verbose
14 branches:
15   only:
16     - master