[BACK]Return to .travis.yml CVS log [TXT][DIR] Up to [local] / ircnowd

Annotation of ircnowd/.travis.yml, Revision 1.1.1.1

1.1       bountyht    1: language: c
                      2: addons:
                      3:   apt:
                      4:     packages:
                      5:     - libident-dev
                      6:     - libpam0g-dev
                      7:     - libssl-dev
                      8:     - libwrap0-dev
                      9:     - zlib1g-dev
                     10:     - expect
                     11:     - telnet
                     12: compiler:
                     13:   - gcc
                     14:   - clang
                     15: script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check

CVSweb