OSDN Git Service

Added travis.yml
authorhayao <shun819.mail@gmail.com>
Tue, 22 Sep 2020 04:47:11 +0000 (13:47 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 22 Sep 2020 04:47:11 +0000 (13:47 +0900)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..51ae74c
--- /dev/null
@@ -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