Skip to content

Instantly share code, notes, and snippets.

@wags
Created April 19, 2016 14:48
Show Gist options
  • Save wags/c08c3012e77816b7c5a81c1d7f59d22b to your computer and use it in GitHub Desktop.
Save wags/c08c3012e77816b7c5a81c1d7f59d22b to your computer and use it in GitHub Desktop.
Lint Shell Scripts with Travis CI

Handy notes from this article.

git submodule add https://github.com/caarlos0/shell-travis-build.git build
cp build/travis.yml.example .travis.yml

Adds ShellCheck verification via Travis CI for any shell scripts in the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment