Module: ngircd.git Branch: master Commit: f6ac0d89ae058794e82f62660f7fe2164ffc3ca1 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=f6ac0...
Author: Alexander Barton alex@barton.de Date: Tue Jun 4 12:46:44 2013 +0200
Travis-CI: Enable OpenSSL and libiconv support
---
.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 0970f10..55577ba 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