Add TravisCI Build Status file

This commit is contained in:
Pratik Mallya 2018-03-15 23:13:54 -05:00
parent 71df01c00f
commit f769d4e92c
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/koalaman/shellcheck.svg?branch=master)](https://travis-ci.org/koalaman/shellcheck)
# ShellCheck - A shell script static analysis tool
ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts:
@ -99,7 +101,7 @@ On systems with Stack (installs to `~/.local/bin`):
stack update
stack install ShellCheck
On Debian based distros:
apt-get install shellcheck