Skip to content

Commit

Permalink
Fix typos in Travis CI section of the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dasilvacontin authored Jan 11, 2017
1 parent 6259a32 commit eb12086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ 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
## Travis CI Setup

If you want to use ShellCheck in TravisCI, setting it up is simple :tada:.
If you want to use ShellCheck in Travis CI, setting it up is simple :tada:.

```yml
language: bash
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo
- debian-sid # Grab ShellCheck from the Debian repo
packages:
- shellcheck
```
Expand Down

0 comments on commit eb12086

Please sign in to comment.