chore(travis): update shellcheck-docker to v0.6.0

This commit is contained in:
umarcor 2019-03-18 17:39:45 +01:00
parent a7af3e26ad
commit c6f4fd9ec0

View file

@ -20,7 +20,7 @@ matrix:
before_install: before_install:
- mkdir -p bin - mkdir -p bin
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck - curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.6.0/shellcheck
- chmod +x bin/shellcheck - chmod +x bin/shellcheck
script: script:
- PATH=$PATH:$PWD/bin go test -v ./... - PATH=$PATH:$PWD/bin go test -v ./...