diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8f7e8e4be1..6078210c5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,6 +105,7 @@ addons: - libseccomp-dev ## zstd doesn't exist in Ubuntu Trusty #- libzstd + - shellcheck ## Conditional build dependencies ## Always installed, so we don't need sudo - asciidoc @@ -133,6 +134,7 @@ addons: - pkg-config ## Optional build dependencies - ccache + - shellcheck ## Conditional build dependencies ## Always installed, because manual brew installs are hard to get right - asciidoc |