Add travis config

This commit is contained in:
Jan Wagner 2014-02-14 16:52:25 +01:00
parent d2744118dc
commit 0966dcc6f7

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: c
install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
- sudo apt-get install -qq --no-install-recommends autoconf automake
script:
- tools/setup && ./configure && make
#notifications:
# email: false