We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268b6e commit ba0a7a7Copy full SHA for ba0a7a7
.travis.yml
@@ -20,7 +20,7 @@ matrix:
20
21
before_install:
22
- mkdir -p bin
23
- - 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
24
- chmod +x bin/shellcheck
25
script:
26
- PATH=$PATH:$PWD/bin go test -v ./...
0 commit comments