提交 6259a326 编写于 作者: D David da Silva 提交者: GitHub

Add TravisCI Setup to README.md

上级 edb01fa8
......@@ -56,6 +56,19 @@ While ShellCheck is mostly intended for interactive use, it can easily be added
ShellCheck makes canonical use of exit codes, and can output simple JSON, CheckStyle compatible XML, GCC compatible warnings as well as human readable text (with or without ANSI colors). See the [Integration](https://github.com/koalaman/shellcheck/wiki/Integration) wiki page for more documentation.
## TravisCI Setup
If you want to use ShellCheck in TravisCI, setting it up is simple :tada:.
```yml
language: bash
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo
packages:
- shellcheck
```
## Installing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册