From e87afff46f33edd4e7f01043834af2ffa25c4e50 Mon Sep 17 00:00:00 2001 From: kevin zhuang Date: Mon, 11 May 2020 09:57:50 +1000 Subject: [PATCH] set up ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e5726e3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: bash +script: ./shellcheck.sh