]> arthur.barton.de Git - ngircd-alex.git/blob - .travis.yml
List expiration: use same log level as when setting
[ngircd-alex.git] / .travis.yml
1 language: c
2 sudo: false
3 addons:
4   apt:
5     packages:
6     - libident-dev
7     - libpam0g-dev
8     - libssl-dev
9     - libwrap0-dev
10     - zlib1g-dev
11     - expect
12     - telnet
13 compiler:
14   - gcc
15   - clang
16 script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check