]> arthur.barton.de Git - ngircd-alex.git/blobdiff - .travis.yml
Allow more characters per line in MOTD and help text files
[ngircd-alex.git] / .travis.yml
index 07dac5f136e81713a3e1864909f8480e25a64d46..3131cbb620413c1c83ca9bda07257496f0a7932b 100644 (file)
@@ -1,5 +1,15 @@
 language: c
+addons:
+  apt:
+    packages:
+    - libident-dev
+    - libpam0g-dev
+    - libssl-dev
+    - libwrap0-dev
+    - zlib1g-dev
+    - expect
+    - telnet
 compiler:
   - gcc
   - clang
-script: ./autogen.sh && ./configure && make check
+script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check