try newer version of shellcheck

This commit is contained in:
Rajat Jindal 2018-04-10 11:18:29 -07:00
parent 947f0efbe0
commit 401e0bfc31

View file

@ -13,7 +13,7 @@ base: &base
name: "All Commands" name: "All Commands"
command: | command: |
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.4.6/shellcheck
chmod +x bin/shellcheck chmod +x bin/shellcheck
go get -t -v ./... go get -t -v ./...
PATH=$PATH:$PWD/bin go test -v ./... PATH=$PATH:$PWD/bin go test -v ./...