commit f6ac0d89ae058794e82f62660f7fe2164ffc3ca1 from: Alexander Barton date: Tue Jun 04 10:46:44 2013 UTC Travis-CI: Enable OpenSSL and libiconv support commit - 11240376a5008dea9e970f40df659931d1321e8b commit + f6ac0d89ae058794e82f62660f7fe2164ffc3ca1 blob - 0970f10d27e152bdfe2d42f8d3964f0e9a07a428 blob + 55577baab06ddcb88b3659b25bd62e5ad8d8f7fb --- .travis.yml +++ .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