]> arthur.barton.de Git - ngircd-alex.git/blobdiff - .travis.yml
ngIRCd Release 27
[ngircd-alex.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 3b82280..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-language: c
-sudo: false
-addons:
-  apt:
-    packages:
-    - libident-dev
-    - libpam0g-dev
-    - libssl-dev
-    - libwrap0-dev
-    - zlib1g-dev
-    - expect
-    - telnet
-compiler:
-  - gcc
-  - clang
-script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check