From f769d4e92cb662e7fc019d3b163c0e3ad625043f Mon Sep 17 00:00:00 2001 From: Pratik Mallya Date: Thu, 15 Mar 2018 23:13:54 -0500 Subject: [PATCH] Add TravisCI Build Status file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310e5b0..ecd8bdf 100644 --- a/README.md +++ b/README.md @@ -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