mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
chore(travis): update shellcheck-docker to v0.6.0 (#839)
This commit is contained in:
parent
9a856c2701
commit
6da1f4abcb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- mkdir -p bin
|
||||
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.6/shellcheck
|
||||
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.6.0/shellcheck
|
||||
- chmod +x bin/shellcheck
|
||||
script:
|
||||
- PATH=$PATH:$PWD/bin go test -v ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue