commit 15ee248b47447ced2c4b029502bf0c1b3bdcc34c Author: Iain R. Learmonth irl@fsfe.org Date: Wed Mar 25 14:50:15 2020 +0000
cfn-lint: Relax strict checking for DNS TTL Type --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 7c55703..c558959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,5 @@ jobs: install: - pip install cfn-lint script: - - cfn-lint cloudformation/*.yml + # https://github.com/aws-cloudformation/cfn-python-lint/issues/1425 + - cfn-lint -x E3012:strict=false cloudformation/*.yml
tor-commits@lists.torproject.org