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