Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
start of adding shellcheck to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 19, 2017
1 parent ab95a61 commit 13c8beb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -1,5 +1,13 @@
language: go
go: 1.8.1

addons:
apt:
sources:
- debian-sid
packages:
- shellcheck

script:
- make setup
- make ci

0 comments on commit 13c8beb

Please sign in to comment.