repo: ngircd action: commit revision: path_from: revision_from: a0576f4810e74c7d8f5aa53579f8037f09ef06d2: path_to: revision_to:
commit a0576f4810e74c7d8f5aa53579f8037f09ef06d2 Author: Alexander BartonDate: Thu Dec 29 16:48:50 2022 +0100 We no longer use Travis-CI, remove its configuration diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3131cbb620413c1c83ca9bda07257496f0a7932b..0000000000000000000000000000000000000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: c -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
-----END OF PAGE-----