Browse Source

merging in PR's for the new wildcard certs from LetsEncrypt (1.21)

pull/22/head
srvrco 7 years ago
parent
commit
7f3cc5b440
2 changed files with 11 additions and 16 deletions
  1. +9
    -15
      .travis.yml
  2. +2
    -1
      checkssl

+ 9
- 15
.travis.yml View File

@ -1,17 +1,11 @@
language: bash
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo
packages:
- shellcheck
#install:
#
# # Install a custom version of shellcheck instead of Travis CI's default
# - scversion="stable" # or "v0.4.7", or "latest"
# - wget "https://storage.googleapis.com/shellcheck/shellcheck-$scversion.linux.x86_64.tar.xz"
# - tar --xz -xvf "shellcheck-$scversion.linux.x86_64.tar.xz"
# - shellcheck() { "shellcheck-$scversion/shellcheck" "$@"; }
# - shellcheck --version
script:
- bash -c 'shopt -s globstar; shellcheck checkssl'
matrix:
fast_finish: true
- shellcheck $(grep -rl '"^#!/bin/sh\|^#!/bin/bash\|^#!/usr/bin/env bash' ./ | grep -v ".git\|travis.yml")

+ 2
- 1
checkssl View File

@ -48,10 +48,11 @@
# 2017-02-22 make no output when -u is only arg and no upgrade available (1.18)
# 2017-12-09 Set LC_TIME to be able to parse english month (1.19)
# 2017-12-09 Use absolute path to `date` binary (1.20)
# 2018-08-28 merging in PR's for the new wildcard certs from LetsEncrypt (1.21)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.20"
VERSION="1.21"
ORIGCMD="$0 $*"
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"


Loading…
Cancel
Save