OSDN Git Service

[add] : Added travisci
authorhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 06:29:39 +0000 (15:29 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 2 Jul 2020 06:29:39 +0000 (15:29 +0900)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..38f2f1b
--- /dev/null
@@ -0,0 +1,5 @@
+language: shell
+script:
+  - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/PKGBUILD'
+git:
+  submodules: false