Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See [the gallery of bad code](README.md#user-content-gallery-of-bad-code) for ex
- [In your editor](#in-your-editor)
- [In your build or test suites](#in-your-build-or-test-suites)
- [Installing](#installing)
- [Travis CI Setup](#travis-ci-setup)
- [Travis CI](#travis-ci)
- [Compiling from source](#compiling-from-source)
- [Installing Cabal](#installing-cabal)
- [Compiling ShellCheck](#compiling-shellcheck)
Expand Down Expand Up @@ -157,20 +157,9 @@ Alternatively, get freshly built binaries for the latest commit here:

or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/index.html) for checksums and release builds.

## Travis CI Setup

If you want to use ShellCheck in Travis CI, you can most easily install it via `apt`:

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

Travis CI now integrated ShellCheck by default, you don't need to manually install it.

## Compiling from source

Expand Down