travis.yml: add shellcheck job

This commit is contained in:
Eric Biggers 2020-10-18 14:21:26 -07:00
parent 5c06c57435
commit ef5a23a65f

View File

@ -70,6 +70,10 @@ jobs:
before_install: sudo apt-get install -y clang before_install: sudo apt-get install -y clang
script: make scan-build script: make scan-build
- name: shellcheck
before_install: sudo apt-get install -y shellcheck
script: make shellcheck
- name: Cross compile for Windows - name: Cross compile for Windows
before_install: before_install:
- sudo apt-get install -y gcc-mingw-w64-x86-64 libz-mingw-w64-dev - sudo apt-get install -y gcc-mingw-w64-x86-64 libz-mingw-w64-dev