From d6cc933ff1722ca3229aadd8878fe77ba5d05575 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 May 2020 14:04:47 -0700 Subject: Wire up shellcheck of cli-tests/*.sh to 'make lint' Enforce that all the cli-test scripts pass 'shellcheck'. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0de7c6e..1a1686d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ jobs: - stage: presubmits name: Generate, Format, and Lint + before_install: + - sudo apt-get -y install shellcheck install: - make tools script: -- cgit v1.2.3