aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-05-09 14:04:47 -0700
committerEric Biggers <ebiggers@google.com>2020-05-09 14:04:47 -0700
commitd6cc933ff1722ca3229aadd8878fe77ba5d05575 (patch)
tree96b12b67acf9e0819393a6bd97e5e0c36eb9efb8 /.travis.yml
parent3619eed4515cf51161cfa7c57be4f330cd07e377 (diff)
Wire up shellcheck of cli-tests/*.sh to 'make lint'
Enforce that all the cli-test scripts pass 'shellcheck'.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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: