about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-06-04 12:46:44 +0200
committerAlexander Barton <alex@barton.de>2013-06-04 12:46:44 +0200
commitf6ac0d89ae058794e82f62660f7fe2164ffc3ca1 (patch)
tree2878e6a4a49f47ea59519698249f4b15d1aa085c
parent11240376a5008dea9e970f40df659931d1321e8b (diff)
downloadngircd-f6ac0d89ae058794e82f62660f7fe2164ffc3ca1.tar.gz
ngircd-f6ac0d89ae058794e82f62660f7fe2164ffc3ca1.zip
Travis-CI: Enable OpenSSL and libiconv support
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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