From: Alexander Barton Date: Tue, 4 Jun 2013 10:46:44 +0000 (+0200) Subject: Travis-CI: Enable OpenSSL and libiconv support X-Git-Tag: rel-21-rc1~93 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=f6ac0d89ae058794e82f62660f7fe2164ffc3ca1 Travis-CI: Enable OpenSSL and libiconv support --- diff --git a/.travis.yml b/.travis.yml index 0970f10d..55577baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ before_install: compiler: - gcc - clang -script: ./autogen.sh && ./configure --enable-ipv6 --with-ident --with-pam --with-tcp-wrappers --with-zlib && make check +script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check