From 9a3dc5c553992b3772810122305d214ef8dac75a Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 24 Nov 2020 22:56:55 +0800 Subject: [PATCH] Remove deprecated Travis CI config Looks like getssl was not using Travis CI for a while: https://travis-ci.org/github/srvrco/getssl And the GitHub Actions was introduced for a while: https://github.com/srvrco/getssl/commits/master/.github/workflows Remove Travis CI config in the repository will help contributor reduce the confusion about which CI platform is currently using. --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 867a6d2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: bash - -# Use container-based infrastructure for quicker build start-up -sudo: false - -addons: - apt: - sources: - - debian-sid # Grab shellcheck from the Debian repo (o_O) - packages: - - shellcheck - -script: - - bash -c 'shopt -s globstar; shellcheck getssl' - -matrix: - fast_finish: true