Skip to content

Commit a7b3886

Browse files
committed
Add Shellcheck to Travis build
1 parent 720debf commit a7b3886

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ sudo: required
33
services:
44
- docker
55

6+
addons:
7+
apt:
8+
sources:
9+
- debian-sid
10+
packages:
11+
- shellcheck
12+
613
script:
14+
- shellcheck *.sh
715
- ./test-build.sh $NODE_VERSION
816

917
env:

0 commit comments

Comments
 (0)