Skip to content

Commit 6da1f4a

Browse files
committed
chore(travis): update shellcheck-docker to v0.6.0 (spf13#839)
1 parent 9a856c2 commit 6da1f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020

2121
before_install:
2222
- mkdir -p bin
23-
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
23+
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.6.0/shellcheck
2424
- chmod +x bin/shellcheck
2525
script:
2626
- PATH=$PATH:$PWD/bin go test -v ./...

0 commit comments

Comments
 (0)