Skip to content

Commit 10867a4

Browse files
committed
travis: getting latest shellcheck is hard
Trying instructions from https://github.com/koalaman/shellcheck
1 parent 9dbbba4 commit 10867a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
sudo: false
2+
language: bash
23

34
addons:
45
apt:
6+
sources:
7+
- debian-sid # Grab ShellCheck from the Debian repo
58
packages:
6-
- shellcheck
7-
- bash
9+
- bash
10+
- shellcheck
811

912
script:
1013
- ./citest

0 commit comments

Comments
 (0)