This repository provides a working setup for using shellcheck on Travis CI. It can be used as a starting point for other repositories that contain shell scripts or can be dropped into existing repositories.
The .travis.yml in this repository pulls the shellcheck Docker image and
then calls travis/travis.sh which automatically discovers all shell scripts in
the repository.