From 82495ce9279d8e61d4ac087870347dd4a58c2ac1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Jun 2017 01:30:46 +0200 Subject: [PATCH] add Travis --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e8b22e3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: ruby + +os: + - osx + +install: + - brew update + - brew install shellcheck + +script: + - shellcheck bash_* + - shellcheck bin/*.sh + +notifications: + email: false \ No newline at end of file