From d05da35ba8286f7e318193ced7722c3f835ce34a Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Tue, 5 May 2020 19:16:55 -0700 Subject: [PATCH] resolve #22 --- .travis.yml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9e64918 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +script: + # Fail if any of these files have warnings + - shellcheck flash diff --git a/README.md b/README.md index 1134e86..be05087 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

+[![Build Status](https://travis-ci.org/tallguyjenks/fla.sh.svg?branch=master)](https://travis-ci.org/tallguyjenks/fla.sh)