OSDN Git Service

[add] : Added travis
authorhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 05:28:22 +0000 (14:28 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 05:28:22 +0000 (14:28 +0900)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..da9b11a
--- /dev/null
@@ -0,0 +1,3 @@
+language: shell
+script:
+  - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
\ No newline at end of file