From 7ea1119a382ca07a9a60ee2044c49eefbb87de9c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 24 Jan 2022 08:00:00 +0000 Subject: Drop Travis CI support The last build of Linux-PAM by travis-ci.org was in March of 2020, and travis-ci.org says that all building is ceased since June of 2021. Given that in foreseeable future travis-ci.com is not going to welcome free software projects, there is no use to keep Travis CI support in the tree. * .travis.yml: Remove. Link: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing --- .travis.yml | 123 ------------------------------------------------------------ 1 file changed, 123 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b8326d09..00000000 --- a/.travis.yml +++ /dev/null @@ -1,123 +0,0 @@ -language: c - -dist: bionic - -before_install: ci/install-dependencies.sh - -script: ci/run-build-and-tests.sh - -sudo: required - -git: - depth: 2147483647 - -env: - global: - - VERBOSE=1 - -matrix: - include: - - compiler: gcc - arch: amd64 - env: - - TARGET=x86_64 - - compiler: gcc-10 - arch: amd64 - env: - - TARGET=x86_64 - - compiler: gcc-9 - arch: amd64 - env: - - TARGET=x86_64 - - compiler: gcc-8 - arch: amd64 - env: - - TARGET=x86_64 - - compiler: clang - arch: amd64 - env: - - TARGET=x86_64 - - compiler: gcc - arch: amd64 - env: - - TARGET=x86 - - compiler: gcc-10 - arch: amd64 - env: - - TARGET=x86 - - compiler: gcc-9 - arch: amd64 - env: - - TARGET=x86 - - compiler: gcc-8 - arch: amd64 - env: - - TARGET=x86 - - compiler: clang - arch: amd64 - env: - - TARGET=x86 - - compiler: gcc - arch: amd64 - env: - - TARGET=x32 - - compiler: gcc-10 - arch: amd64 - env: - - TARGET=x32 - - compiler: gcc-9 - arch: amd64 - env: - - TARGET=x32 - - compiler: gcc-8 - arch: amd64 - env: - - TARGET=x32 - - compiler: clang - arch: amd64 - env: - - TARGET=x32 - - compiler: gcc - arch: arm64 - env: - - TARGET=aarch64 - - compiler: gcc-8 - arch: arm64 - env: - - TARGET=aarch64 - - compiler: clang - arch: arm64 - env: - - TARGET=aarch64 - - compiler: gcc - arch: s390x - env: - - TARGET=s390x - - compiler: gcc-8 - arch: s390x - env: - - TARGET=s390x - - compiler: clang - arch: s390x - env: - - TARGET=s390x - - compiler: gcc - arch: ppc64le - env: - - TARGET=ppc64le - - compiler: gcc-10 - arch: ppc64le - env: - - TARGET=ppc64le - - compiler: gcc-9 - arch: ppc64le - env: - - TARGET=ppc64le - - compiler: gcc-8 - arch: ppc64le - env: - - TARGET=ppc64le - - compiler: clang - arch: ppc64le - env: - - TARGET=ppc64le -- cgit v1.2.3