From 1ce0ed15514d6cae7cf37c0bbbda19d1238ffe80 Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 22 Sep 2020 13:47:11 +0900 Subject: [PATCH] Added travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..51ae74c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: shell +script: + - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}' +git: + submodules: false -- 2.11.0