Shell Ci构建 一个子模块,用于在travis.ci构建中使用shellcheck来整理您的shell项目。 建立 install.sh脚本将安装shellckeck。 build.sh将使用shellcheck清除所有可执行文件,避免使用Ruby,compdef等文件。 它还将忽略.git目录中的所有文件和gitmodules文件(如果有)。 用法 git submodule add https://github.com/caarlos0/shell-ci-build.git build cp build/travis.yml.example .travis.yml 或调整您的.